Official:Obtaining Source Code

From Scribus Wiki
Jump to navigation Jump to search

Obtain the Scribus source

Release

You can get the most recent release version of Scribus source from:

Subversion

Scribus 1.3.3.x - Stable

svn co svn://scribus.net/branches/Version133x
or, for those with closed SVN ports on their firewalls:
svn co http://scribus.net/branches/Version133x/

Scribus 1.3.5 target branch. This branch is the code that will end up as 1.3.5, and eventually 1.4.0.

svn co svn://scribus.net/branches/Version135

or, once again for those with closed SVN ports on their firewalls:


svn co http://scribus.net/branches/Version135

Scribus 1.5.0svn - Development


svn co svn://scribus.net/trunk

or, once again for those with closed SVN ports on their firewalls:


svn co http://scribus.net/trunk

From here, continue with the Official:Compile_with_CMake instructions.