Download: Difference between revisions

From Scribus Wiki
Jump to navigation Jump to search
No edit summary
Line 69: Line 69:
{|style="margin: 4px 1em  4px 1em; background-color: white; height: 40px; border: 0px solid black;  border-collapse: collapse; font-size: 150%; line-height: 1.25em;  vertical-align: middle; text-align:left;" class="plainlinks"
{|style="margin: 4px 1em  4px 1em; background-color: white; height: 40px; border: 0px solid black;  border-collapse: collapse; font-size: 150%; line-height: 1.25em;  vertical-align: middle; text-align:left;" class="plainlinks"
|-
|-
|'''Developmental code:'''
|'''Stabilizing the upcoming stable release:'''
 
Download the 1.4 SVN sources if you know that it contains a patch for a bug you're facing in Scribus 1.4
|-
|-
|[http://scribus.net/websvn/listing.php?repname=Scribus&path=%2Ftrunk%2F&#a0b40758157c8f16fa703ca3be466fa8a svn://scribus.net/trunk/Scribus] - Scribus 1.5.0svn (trunk).
|[http://scribus.net/websvn/listing.php?repname=Scribus&path=%2Fbranches%2FVersion135%2F&#aeb0401008cf61f8a6076abd14102a41f  svn://scribus.net/branches/Version135/Scribus] - Scribus 1.4.0svn (developmental).
|-
|-
|<pre>
|<pre>
svn co svn://scribus.net/trunk/Scribus yourUnstableScribusdirectory
svn checkout svn://scribus.net/branches/Version135/Scribus your14ScribusDirectory
</pre>
</pre>
''Some Notes: You must have subversion to run this. "co" means "checkout".''
|-
|-
|&nbsp;
|[http://sourceforge.net/projects/scribus/files/scribus-devel/1.4.0.rc6/scribus-1.4.0.rc6.tar.bz2/download  Sourceforge Tarball of 1.4.0rc6]
|-
|-
|'''Stabilizing the upcoming stable release:'''
|'''Developmental code:'''
 
Download the 1.5 SVN sources if you want to try out the newest Scribus features. You should probably not use this code in production.
|-
|-
|[http://scribus.net/websvn/listing.php?repname=Scribus&path=%2Fbranches%2FVersion135%2F&#aeb0401008cf61f8a6076abd14102a41f svn://scribus.net/branches/Version135/Scribus] - Scribus 1.4.0svn (developmental).
|[http://scribus.net/websvn/listing.php?repname=Scribus&path=%2Ftrunk%2F&#a0b40758157c8f16fa703ca3be466fa8a svn://scribus.net/trunk/Scribus] - Scribus 1.5.0svn (trunk).
|-
|-
|<pre>
|<pre>
svn co svn://scribus.net/branches/Version135/Scribus yourDevelopmentalScribusdirectory
svn checkout svn://scribus.net/trunk/Scribus yourUnstableScribusDirectory
</pre>
</pre>
''Some Notes: You must have subversion to run this..''
|-
|-
|[http://sourceforge.net/projects/scribus/files/scribus-devel/1.4.0.rc6/scribus-1.4.0.rc6.tar.bz2/download Sourceforge Tarball of 1.4.0rc6]
|&nbsp;
|-
|-
|}
|}
</div>
</div>

Revision as of 16:47, 11 December 2011

Actual files are served from a site called SourceForge, so do not be alarmed when clicking on a download link brings you to a SourceForge download page.

SourceForge is a highly-trusted site used by a large number of software projects as a means to offer fast and easy downloads and installation. For more information about SourceForge, check here and here.

Upcoming Stable

The next stable release will be 1.4.0. We are currently at 1.4.0 Release Candidate number 6 (RC6). If you find any problems with it please report them in our bug tracking system, so they could be fixed before the final release. If you have a problem with this version and need to get some work done fast please use the "Old Stable" version below.

Note: Newer Scribus version can open the older version's file, but the opposite is not true. Scribus 1.3.3.14 cannot open Scribus 1.4.0 files. There is no way to convert the file back once you switch it to the newer branch. However, you can run both branches in parallel to test the new functionality.

Old Stable

Current stable version is 1.3.3.14. It is not maintained anymore. This is the last 1.3.3.x series version. Use it only if you have a specific reason not to use 1.4.0rc6.

Developmental

This is where the exciting new features of Scribus are going. However, there could be many stability problems due to frequent changes, so you are only advised to use this version for small very specific tasks and for keeping abreast of the Scribus development, but not for day-to-day production work.

Source code for compilation

See Official:Compile_with_CMake for building instructions.