[scribus] Scribus 1.4.0 - How to get it?
john Culleton
John at wexfordpress.com
Fri Jan 20 15:15:53 UTC 2012
On Fri, 20 Jan 2012 15:20:17 +0200
"Ian \"Witty\" Whitfield" <editor at federalsaints.net> wrote:
> *Hi All*
>
> I've just installed the latest Mint 12 KDE here and have been setting
> up all my software etc.
>
> However the Packet Manager reports that the latest version of Scribus
> is 1.4.0 RC3!!! Where and how can I get hold of the final 1.4.0?
>
> Thanks for the help
>
> Ian Whitfield
> Pretoria.
>
> ___
> Scribus Mailing List: scribus at lists.scribus.net
> Edit your options or unsubscribe:
> http://lists.scribus.net/mailman/listinfo/scribus
> See also:
> http://wiki.scribus.net
> http://forums.scribus.net
>
> _______________________________________________________
> Unlimited Disk, Data Transfer, PHP/MySQL Domain Hosting
> http://www.doteasy.com
I always download the source and compile. That way I always have
the most current version. Here is my nightly script, run from
/usr/local:
---------------------------------------------------------
cd /usr/local/src/s14x
rm -r *
cd ../
svn co svn://scribus.net/branches/Version14x/Scribus s14x
cd s14x
cmake . -DCMAKE_INSTALL_PREFIX:PATH=/usr/local/scribus4_svn
make
make install
cd scribus
ls -l scribus
rm /usr/local/bin/scrib4
ln scribus /usr/local/bin/scrib4
----------------------------------------------------------
Since I keep two versions of scribus current I rename them scrib4
and scrib5 respectively. You don't have to do that.
Long ago I decided to free myself from the vagaries of
distributions. Once you master the art of compiling from source
you don't have to wait for a particular distro to catch up.
--
John Culleton
Free list of books for self-publishers:
http://wexfordpress.net/shortlist.html
"Create Book Covers with Scribus"
http://www.booklocker.com/books/4055.html
More information about the scribus
mailing list