Requirements
Requirements
The programs you will need to compile Scribus are:
- For Scribus 1.2.x+ GCC 3.x+ is required, GCC 3.3+ is strongly recommended. The Scribus Team has tested compiling with GCC 4.1 and recommends its use, if available, for the performance benefits.
- autoconf 2.53+
- automake 1.6.3+
The dependencies for compilation, and also to run Scribus are:
- Qt 3.3.0+, both the runtime libraries and development libraries. We recommend using Qt 3.3.5+. Qt =< 3.2.x is not supported.
- Python and python-devel libraries 2.3+. You can disable Python support with
configure --without-python
. Python 2.2 is not supported.
- Freetype2 2.1.7+. Due to various freetype2 bugs, we recommend, if your distro/OS allows, to use 2.2.1+
- libart_lgpl 2.3.10+, 2.3.17+ recommended.
- libxml 2.6+.
- Ghostscript 8.15+ or AFPL Ghostscript 8.54+ is highly recommended. Ubuntu users in particular are urged to update to a newer version if possible.
- PostScript-Fonts. TrueType Fonts. Scribus also can support OpenType fonts both TrueType and Type 1 Outline OpenType Fonts in 1.1.1+.
Optionally:
- CUPS development librairies - Scribus now directly supports printing with CUPS.
- Gimp Print development librairies - Scribus now directly supports the Gimp Print plug-in with CUPS.
- Littlecms - also known as lcms in some distros. Minimum 1.12, 1.15+ recommended. lcms 1.12+ has support for black point generation.
- tkinter - for the font sampler script
- python-imaging libaries for font sampler script preview
- openssl-devel (Some distros enable ssl support for CUPS, notably Suse Linux)
- fontconfig-devel - for auto discovery of fonts on Linux, MacOSX and Unix. Not needed on Windows.
- antiword - this is not needed at compile time for MS Word import. Scribus will detect this at run time however.
Scribus will run under most any window manager and does not require KDE itself. However, drag and drop functionality will be lost without KDE. One of the Scribus developers runs Gnome. The author of this documentation has made a point of testing each release of Scribus under Blackbox as well. This has shown no incompatibilities or problems for Scribus, except for the loss of drag and drop functionality.
If color management does not work, you may not have installed the development libraries for littlecms. When downloading the package from littlecms the make files are already configured for Linux, so compiling is straight forward. You also need at least one RGB profile and one CMYK profile installed or the color preferences and options will not appear in the menus.
Testing suggests setting the correct "-march=" CXXFLAGS has a very benefitial effect on Scribus performance. For example, if you have a Duron or Athlon processor, using export CXXFLAGS="-march=athlon"
would be of benefit. Check if your distribution sets these for you and how they are set, and for further information see:
for detailed options