2003-01-01 05:34:55 +08:00
|
|
|
<sect2>
|
2003-09-10 09:16:47 +08:00
|
|
|
<title>Installation of <application>Ghostscript</application></title>
|
2003-01-01 05:34:55 +08:00
|
|
|
|
2003-09-10 09:16:47 +08:00
|
|
|
<para>Install <application>Ghostscript</application> by running the following commands:</para>
|
2003-01-01 05:34:55 +08:00
|
|
|
|
2003-09-10 09:16:47 +08:00
|
|
|
<screen><userinput><command>./configure --prefix=/usr --libexecdir=/usr/lib/gs \
|
2003-02-06 06:25:54 +08:00
|
|
|
--sysconfdir=/etc/gs --enable-shared --enable-static &&
|
2003-01-01 05:34:55 +08:00
|
|
|
make &&
|
2003-09-10 09:16:47 +08:00
|
|
|
make install</command></userinput></screen>
|
2003-01-01 05:34:55 +08:00
|
|
|
|
|
|
|
<para>To install the shared library <filename>libgs.so</filename>, run
|
|
|
|
the following commands additionally:</para>
|
|
|
|
|
2003-09-10 09:16:47 +08:00
|
|
|
<screen><userinput><command>make so &&
|
|
|
|
make soinstall</command></userinput></screen>
|
2003-01-01 05:34:55 +08:00
|
|
|
|
2003-09-24 10:10:09 +08:00
|
|
|
<note><para>The shared library depends on <xref linkend="GTK"/>. It is
|
|
|
|
only used in external programs like <xref linkend="gsview"/>.</para></note>
|
2003-01-01 05:34:55 +08:00
|
|
|
|
|
|
|
<para>To finish the installation, unpack all fonts you've loaded to
|
2003-09-10 09:16:47 +08:00
|
|
|
<filename class="directory">/usr/share/ghostscript</filename>.</para>
|
2003-01-01 05:34:55 +08:00
|
|
|
|
|
|
|
</sect2>
|