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:
Randy McMurchy 2005-09-17 21:12:28 +00:00
parent 6cc3f39bd9
commit 2ddf71a578
3 changed files with 31 additions and 5 deletions

View File

@ -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>

View File

@ -140,7 +140,8 @@ make</userinput></screen>
<screen role="root"><userinput>make soinstall &amp;&amp;
install -v -d -m755 /usr/include/ps &amp;&amp;
install -v -m644 src/*.h /usr/include/ps</userinput></screen>
install -v -m644 src/*.h /usr/include/ps &amp;&amp;
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>

View File

@ -134,11 +134,13 @@ make</userinput></screen>
<screen role="root"><userinput>make soinstall &amp;&amp;
install -v -d -m755 /usr/include/ps &amp;&amp;
install -v -m644 src/*.h /usr/include/ps</userinput></screen>
install -v -m644 src/*.h /usr/include/ps &amp;&amp;
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>