glfs/pst/printing/gs/gs-inst.xml

24 lines
891 B
XML
Raw Normal View History

<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 --libexecdir=/usr/lib/gs \
--sysconfdir=/etc/gs --enable-shared --enable-static &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 loaded to
<filename class="directory">/usr/share/ghostscript</filename>.</para>
</sect2>