This document outlines the build process for Scribus 1.3.5 or higher from SVN on Mac OS X. This does not currently outline the processs for packaging and bundling Scribus (yet).
Steps to build and install Scribus 1.3.5 on OSX/Aqua
Install a few ports from MacPorts. Any other required dependencies will be installed automatically if they are not already.
sudo port install cmake
)sudo port install freetype
) The one included with OSX 10.4.9 is not as good as available from darwinports.
sudo port install lcms
). This will also install jpeg, zlib, tiff
sudo port install cairo
). This will install fontconfig too.
sudo port install libxml2
).
sudo port install subversion
) OR optionally install subversion from another source.
sudo port install ghostscript
mkdir -p ~/scribus/135
)
cd ~/scribus/135
)Check out Scribus from SVN
svn co svn://scribus.info/Scribus/trunk/
mkdir builddir
cd builddir
)cmake -DBUILD_OSX_BUNDLE=1 -DWANT_CAIRO=1 -DCMAKE_INSTALL_PREFIX:PATH=/Users/username/Applications/Scribus.App/Contents/ ../trunk/Scribus/
make
make install
Now you can run Scribus 1.3.5+ from OS X if all has gone well.