2003-02-21 00:19:36 +08:00
|
|
|
<sect2>
|
2003-09-10 09:16:47 +08:00
|
|
|
<title>Installation of <application>Ghostscript</application></title>
|
2003-02-21 00:19:36 +08:00
|
|
|
|
2003-09-10 09:16:47 +08:00
|
|
|
<para>Install <application>Ghostscript</application> by running the following commands:</para>
|
|
|
|
|
2004-05-17 22:21:33 +08:00
|
|
|
<screen><userinput><command>./configure --prefix=/usr --without-gimp-print --without-omni &&
|
2003-02-21 00:19:36 +08:00
|
|
|
make &&
|
2003-09-10 09:16:47 +08:00
|
|
|
make install</command></userinput></screen>
|
|
|
|
|
2003-09-15 23:59:34 +08:00
|
|
|
<para>To install the shared library <filename>libgs.so</filename> you
|
2004-05-17 22:21:33 +08:00
|
|
|
will need <xref linkend="GTK"/>.</para>
|
2003-09-15 23:59:34 +08:00
|
|
|
|
|
|
|
<para>Proceed with the following commands:</para>
|
2003-09-10 09:16:47 +08:00
|
|
|
|
2004-03-16 23:28:02 +08:00
|
|
|
<screen><userinput><command>make CFLAGS_SO='-fPIC $(ACDEFS)' so &&
|
2003-09-10 09:16:47 +08:00
|
|
|
make soinstall</command></userinput></screen>
|
2003-02-21 00:19:36 +08:00
|
|
|
|
2003-09-10 09:16:47 +08:00
|
|
|
<note><para>The shared library is only used in external programs like
|
|
|
|
<xref linkend="gsview"/>.</para></note>
|
2003-02-21 00:19:36 +08:00
|
|
|
|
2003-12-21 08:33:22 +08:00
|
|
|
<para>To finish the installation, unpack all fonts you've downloaded to
|
2003-09-10 09:16:47 +08:00
|
|
|
<filename class="directory">/usr/share/ghostscript</filename>.</para>
|
2003-02-21 00:19:36 +08:00
|
|
|
|
|
|
|
</sect2>
|