mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-02 05:22:13 +08:00
cabb2de169
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@543 af4574ff-66df-0310-9fd7-8a98e5e911e0
24 lines
753 B
XML
24 lines
753 B
XML
<sect2>
|
|
<title>Installation of Ghostscript</title>
|
|
|
|
<para>Install Ghostscript by running the following commands:</para>
|
|
|
|
<para><screen><userinput>./configure --prefix=/usr --libexecdir=/usr/lib/gs \
|
|
--sysconfdir=/etc/gs --enable-shared --enable-static \
|
|
make &&
|
|
make install</userinput></screen></para>
|
|
|
|
<para>To install the shared library <filename>libgs.so</filename>, run
|
|
the following commands additionally:</para>
|
|
|
|
<para><screen><userinput>make so &&
|
|
make soinstall</userinput></screen></para>
|
|
|
|
<note><para>The shared library 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>/usr/share/ghostscript</filename>.</para>
|
|
|
|
</sect2>
|