Download: Difference between revisions
No edit summary |
No edit summary |
||
Line 48: | Line 48: | ||
<div align="left"> | <div align="left"> | ||
{|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" | ||
|[[ | |[[openSUSE|Instructions for openSUSE, SLES]] | ||
|} | |} | ||
</div> | </div> | ||
Line 79: | Line 79: | ||
{|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" | ||
|[https://launchpad.net/~scribus/+archive/ppa Daily Ubuntu packages] | |[https://launchpad.net/~scribus/+archive/ppa Daily Ubuntu packages] | ||
|} | |||
</div> | |||
<div align="left"> | |||
{|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" | |||
|[https://build.opensuse.org/package/show?project=KDE%3AUnstable%3APlayground&package=scribus-unstable openSUSE 12.1+ Scribus development builds provided by KDE team. Note this will '''not''' pull in KDE components.] | |||
|} | |} | ||
</div> | </div> |
Revision as of 01:28, 6 September 2012
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.
Stable
The current stable release is 1.4.1.
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.x 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.
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.
Stable branch:
Download and compile the 1.4.x sources if you know that it contains a patch for a bug you're facing in Scribus 1.4 |
svn://scribus.net/branches/Version14x/Scribus - Scribus 1.4.2svn (developmental). |
svn checkout svn://scribus.net/branches/Version14x/Scribus your14ScribusDirectory |
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. |
svn://scribus.net/trunk/Scribus - Scribus 1.5.0svn (trunk). |
svn checkout svn://scribus.net/trunk/Scribus yourUnstableScribusDirectory Some Notes: You must have subversion to run this.. |