Official:Obtaining Source Code: Difference between revisions
Jump to navigation
Jump to search
(Created page with "Obtaining Scribus sources Obtaining Scribus sources ==How to obtain the Scribus source== You can get the most recent version of S...") |
|||
Line 1: | Line 1: | ||
[[Category:Official|Obtaining Scribus sources]] [[Category:Installation|Obtaining Scribus sources]] | [[Category:Official|Obtaining Scribus sources]] [[Category:Installation|Obtaining Scribus sources]] | ||
= | =Obtain the Scribus source= | ||
You can get the most recent version of Scribus from: | ==Release== | ||
You can get the most recent release version of Scribus source from: | |||
* [http://sourceforge.net/project/showfiles.php?group_id=125235 Scribus Sourceforge Downloads] | * [http://sourceforge.net/project/showfiles.php?group_id=125235 Scribus Sourceforge Downloads] | ||
==Subversion== | |||
'''Scribus 1.3.3.x - Stable''' | '''Scribus 1.3.3.x - Stable''' | ||
svn co svn://scribus. | svn co svn://scribus.net/branches/Version133x | ||
or, for those with closed SVN ports on their firewalls: | or, for those with closed SVN ports on their firewalls: | ||
svn co http://scribus.net/branches/Version133x/ | |||
svn co http://scribus. | |||
'''Scribus 1.3.5 target branch'''. This branch is the code that will end up as 1.3.5, and eventually 1.4.0. | '''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 | |||
svn co svn://scribus. | |||
or, once again for those with closed SVN ports on their firewalls: | |||
svn co http://scribus. | svn co http://scribus.net/branches/Version135 | ||
'''Scribus 1.5.0svn - Development''' | '''Scribus 1.5.0svn - Development''' | ||
svn co svn://scribus. | svn co svn://scribus.net/trunk | ||
or, once again for those with closed SVN ports on their firewalls: | |||
svn co http://scribus. | svn co http://scribus.net/trunk | ||
From here, continue with the [[Official:Compile_with_CMake]] instructions. | From here, continue with the [[Official:Compile_with_CMake]] instructions. |
Latest revision as of 04:28, 15 January 2011
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.