[scribus] Announcement: Scribus 1.3.9 released

Andreas Hünnebeck acmh at gmx.de
Sun Dec 5 23:11:20 CET 2010


"Owen" <rcook at pcug.org.au> wrote on Sunday December 12, 2010:
 
> Step one can be done by using a browser. Steps 2 - 10 require a
> console, and if you are not familiar with that, then I can't help
> 
> 
>  1. Downloaded scribus-1.3.9 35 MBytes (scribus-1.3.9.tar.bz2 in my
>     case. Normally Ubuntu puts this in your ~/Download directory)
>  2. $ sudo mkdir /scribus1.3.9   (this is where it will be installed)
>  3. $ sudo chown username:username /scribus1.3.9 (replace username
>     with your username, gerard?)
>  4. If not already in your download directory, cd to it now
>  5. $ bzcat scribus-1.3.9.tar.bz2 | tar xv
>  6. $ cd scribus-1.3.9
>  7. $ cmake .  -DCMAKE_INSTALL_PREFIX:PATH=/scribus1.3.9 -DWANT_CAIRO=1
>  8. $ make
>  9. $ sudo make install
> 10. $ /scribus1.3.9/bin/scribus      will now start it for you
> 
> /scribus1.3.9/bin/scribus
> 
> All up, less than an hour, step 8 can take some time, say 30 or more
> minutes depending on your computer.

It worked for me on Kubuntu 10.04. The biggest problem was to find the
names of the missing packages - it seems that the typical naming convention
for developer library packages had been changed from '<package>-devel' to
'lib<package>-dev'. I used exactly these steps:

# get all missing packages (revealed by running 'cmake'):
sudo apt-get install cmake
sudo apt-get install qt4-qmake
sudo apt-get install libqt4-dev
sudo apt-get install libcairo2-dev
sudo apt-get install libcups2-dev
sudo apt-get install libboost-dev
sudo apt-get install aspell-de (???)
sudo apt-get install libaspell-dev
sudo apt-get install libpodofo-dev

"download scribus-1.3.9.tar.bz2 from sourceforge to HOME"
tar -jxvf scribus-1.3.9.tar.bz2
cd scribus-1.3.9
sudo mkdir /home/prog/scribus-1.3.9
cmake . -DCMAKE_INSTALL_PREFIX:PATH=/home/prog/scribus-1.3.9 -DWANT_CAIRO=1
make
sudo make install

bye
Andreas
-- 
Andreas Hünnebeck | email: acmh at gmx.de
----- privat ---- | www  : http://www.huennebeck-online.de
Fax/Anrufbeantworter: +49 (32 12) 1 26 24 06
PGP-Key: http://www.huennebeck-online.de/public_keys/pgp_andreas.asc
GPG-Key: http://www.huennebeck-online.de/public_keys/andreas.asc



More information about the scribus mailing list