glfs/pst/printing/gs/gs-inst.xml
Igor Živković 3e74064548 updated to gs-8.13 and gsview-4.6
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1761 af4574ff-66df-0310-9fd7-8a98e5e911e0
2004-02-02 01:09:56 +00:00

23 lines
811 B
XML

<sect2>
<title>Installation of <application>Ghostscript</application></title>
<para>Install <application>Ghostscript</application> by running the following commands:</para>
<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
make &amp;&amp;
make install</command></userinput></screen>
<para>To install the shared library <filename>libgs.so</filename>, run
the following commands additionally:</para>
<screen><userinput><command>make so &amp;&amp;
make soinstall</command></userinput></screen>
<note><para>The shared library depends on <xref linkend="GTK"/>. It is
only used in external programs like <xref linkend="gsview"/>.</para></note>
<para>To finish the installation, unpack all fonts you've downloaded to
<filename class="directory">/usr/share/ghostscript</filename>.</para>
</sect2>