How to obtain the Scribus source
How to obtain the Scribus source
You can get the most recent version of Scribus from:
There is also thanks to Anduin.net, anonymous CVS access is updated daily. Only recommended for those who want to stay on the bleeding edge. Scribus 1.2.x is now deprecated. Instructions for getting the latest source via cvs:
Scribus 1.3.3.x - Stable
export CVSROOT=:pserver:anoncvs:@scribus.info:/cvs
|
cvs -z3 co -r Scribus133x Scribus
|
Scribus 1.3.4cvs - Development - More Experimental
export CVSROOT=:pserver:anoncvs:@scribus.info:/cvs
|
cvs -z3 co -r Version13x Scribus
|
Scribus 1.3.5cvs - Development - Qt4 Port
export CVSROOT=:pserver:anoncvs:@scribus.info:/cvs
|
cvs -z3 co -r Version135x Scribus
|
Either choice will then download the sources to you into your current working directory. Then:
cd Scribus
make -f Makefile.cvs
or optionally use cmake. Cmake is required for 1.3.5cvs, as autotools support has been removed.
|
From here, continue with the Compiling and Installing instructions.