File: install2.html

package info (click to toggle)
scribus-ng-doc 1.3.3.6-1
  • links: PTS
  • area: non-free
  • in suites: etch, etch-m68k
  • size: 5,976 kB
  • ctags: 954
  • sloc: xml: 258; makefile: 31
file content (44 lines) | stat: -rw-r--r-- 4,298 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<qt>
<title>Requirements</title>
<h2>Requirements</h2>
<p>The programs you will need to compile Scribus are:</p>
<ol>
	<li><strong>For Scribus 1.3.x+ GCC 3.x+ is required, GCC 3.3+ is strongly recommended</strong>. The Scribus Team has tested compiling with GCC 4.1 and recommends its use, if available, for the performance benefits.</li>
	<li>autoconf 2.53+</li>
	<li>automake 1.6.3+</li>
	<li>GNU make</li>
</ol>
The dependencies for compilation, and also to run Scribus are:
<ol>
<li>Qt 3.3.0+, both the runtime libraries and development libraries. We recommend using Qt 3.3.6+. <strong>Qt =&#060; 3.2.x is not supported.</strong></li>
<li>Python and python-devel libraries 2.3+. You can disable Python support with <code>configure --without-python</code>. Python 2.2 is not supported.</li>
<li>Freetype2 2.1.7+. Due to various freetype2 bugs, we recommend, if your distribution/OS allows, to use 2.2.1+</li>
<li>libart_lgpl 2.3.10+, 2.3.17+ recommended.</li>
<li>libxml2 2.6+.</li>
<li>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.</li>
<li>Postscript-Fonts. TrueType Fonts. Scribus also can support OpenType fonts both TrueType and Type 1 Outline OpenType Fonts.</li>
<li>Littlecms - also known as lcms in some distributions. Minimum 1.12, 1.15+ recommended. lcms 1.12+ has support for black point generation. 1.3.4cvs+ requires this.</li>
<li>libtiff 3.6.0+</li>
<li>libjpeg</li>
</ol>
<h3>Optionally:</h3>
<ul>
<li>Cairo development libraries - You can optionally enable this in 1.3.3+ with --enable-cairo. The true benefits of Cairo are only gained when using the latest 1.2.x version of Cairo. Scribus 1.3.4cvs requires a minimum of Cairo 1.2.0</li>
<li>CUPS development libraries - Scribus now directly supports printing with CUPS.</li>
<li>Gimp Print development libraries - Scribus now directly supports the Gimp Print plug-in with CUPS.</li>
<li>tkinter - for the font sampler script</li>
<li>python-imaging libaries for font sampler script preview</li>
<li>openssl-devel (Some linux distributions enable ssl support for CUPS, notably Suse Linux)</li>
<li>fontconfig-devel - for auto discovery of fonts on Linux, MacOSX and Unix. Not needed on Windows.</li>
<li>antiword - this is not needed at compile time for MS Word import. Scribus will detect this at run time however.</li>
</ul>
<p>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.</p>
<p>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.</p>
<p>Testing suggests setting the correct &#034;-march=&#034; CXXFLAGS has a very beneficial effect on Scribus performance. For example, if you have a Duron or Athlon processor, using <code>export CXXFLAGS=&#034;-march=athlon&#034;</code> would be of benefit. Check if your distribution sets these for you and how they are set, and for further information see: 
<blockquote><table width="100%" border="1" bgcolor="#eeeeee"><tr><td border="0">
<pre>man gcc</pre>
</td></tr></table></blockquote>
for detailed options</p>
<h4>Using Cmake</h4>
<p>In 1.3.3.6+ and 1.3.4cvs, we have added support for using Cmake as an alternative for traditional autotools. This is still experimental, but we do encourage willing testers to use Cmake and report any issues to the mailing list or IRC. Our aim is to test this on as wide a variety of platforms as possible. Currently, Linux and MacOSX are working reliably. We are very encouraged with the progress of Cmake and anticipate autotools support may be removed before the 1.4 Stable release. Please see <a href="install4.html">Cmake instructions</a> for instructions.</p>
</qt>