Official:Obtaining Source Code: Difference between revisions

From Scribus Wiki
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]]
==How to obtain the Scribus source==
=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:


* Main Scribus Website - http://www.scribus.net
* [http://sourceforge.net/project/showfiles.php?group_id=125235 Scribus Sourceforge Downloads]
* [http://sourceforge.net/project/showfiles.php?group_id=125235 Scribus Sourceforge Downloads]


There is also thanks to [http://Anduin.net 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 svn:
==Subversion==
 
'''Scribus 1.3.3.x - Stable'''
'''Scribus 1.3.3.x - Stable'''
   
   
  svn co svn://scribus.info/Scribus/branches/Version133x
  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.info/svn/Scribus/branches/Version133x/
 
From here, continue with the [[Official:Compile_with_Autotools|Compiling and Installing using autotools]] instructions.


'''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.info/Scribus/branches/Version135


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


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


'''Scribus 1.5.0svn - Development'''
'''Scribus 1.5.0svn - Development'''


   
   
  svn co svn://scribus.info/Scribus/trunk
  svn co svn://scribus.net/trunk


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


   
   
  svn co http://scribus.info/svn/Scribus/trunk
  svn co http://scribus.net/trunk
 
CMake is required for any version after 1.3.4, as autotools support has been removed.


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.