mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
Added an alternate installation location for the shared library interface headers to the AFPL Ghostscript and ESP Ghostscript instructions
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5081 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
6cc3f39bd9
commit
2ddf71a578
@ -44,6 +44,11 @@
|
||||
<listitem>
|
||||
<para>September 17th, 2005</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[randy] - Added an alternate installation location for the
|
||||
shared library interface headers to the AFPL Ghostscript and ESP
|
||||
Ghostscript instructions.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[randy] - Updated to ImageMagick-6.2.4-5.</para>
|
||||
</listitem>
|
||||
|
@ -140,7 +140,8 @@ make</userinput></screen>
|
||||
|
||||
<screen role="root"><userinput>make soinstall &&
|
||||
install -v -d -m755 /usr/include/ps &&
|
||||
install -v -m644 src/*.h /usr/include/ps</userinput></screen>
|
||||
install -v -m644 src/*.h /usr/include/ps &&
|
||||
ln -v -s ps /usr/include/ghostscript</userinput></screen>
|
||||
|
||||
<para>To finish the installation, unpack all fonts you've downloaded to
|
||||
<filename class="directory">/usr/share/ghostscript</filename> and ensure
|
||||
@ -170,8 +171,12 @@ chown -v -R root:root /usr/share/ghostscript/fonts</userinput></screen>
|
||||
|
||||
<para><command>install ...</command>: Some packages
|
||||
(<application>ImageMagick</application> is one) need the
|
||||
<application>Ghostscript</application> headers in place to link to the
|
||||
shared library. These commands install the headers.</para>
|
||||
<application>Ghostscript</application> interface headers in place to link
|
||||
to the shared library. These commands install the headers.</para>
|
||||
|
||||
<para><command>ln -v -s ps /usr/include/ghostscript</command>: Some
|
||||
packages expect to find the interface headers in an alternate
|
||||
location.</para>
|
||||
|
||||
</sect2>
|
||||
|
||||
|
@ -134,11 +134,13 @@ make</userinput></screen>
|
||||
|
||||
<screen role="root"><userinput>make soinstall &&
|
||||
install -v -d -m755 /usr/include/ps &&
|
||||
install -v -m644 src/*.h /usr/include/ps</userinput></screen>
|
||||
install -v -m644 src/*.h /usr/include/ps &&
|
||||
ln -v -s ps /usr/include/ghostscript</userinput></screen>
|
||||
|
||||
<note>
|
||||
<para>The shared library depends on <xref linkend="GTK"/>. It is
|
||||
only used in external programs like <xref linkend="gsview"/>.</para>
|
||||
only used in external programs like <xref linkend="gsview"/> and
|
||||
<xref linkend="imagemagick"/>.</para>
|
||||
</note>
|
||||
|
||||
<para>To finish the installation, unpack all fonts you've downloaded to
|
||||
@ -152,6 +154,20 @@ chown -v -R root:root /usr/share/ghostscript/fonts</userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="commands">
|
||||
<title>Command Explanations</title>
|
||||
|
||||
<para><command>install ...</command>: Some packages
|
||||
(<application>ImageMagick</application> is one) need the
|
||||
<application>Ghostscript</application> interface headers in place to link
|
||||
to the shared library. These commands install the headers.</para>
|
||||
|
||||
<para><command>ln -v -s ps /usr/include/ghostscript</command>: Some
|
||||
packages expect to find the interface headers in an alternate
|
||||
location.</para>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="content">
|
||||
<title>Contents</title>
|
||||
<segmentedlist>
|
||||
|
Loading…
Reference in New Issue
Block a user