Changeset 2ddf71a5


Ignore:
Timestamp:
09/17/2005 09:12:28 PM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
acdc9ab8
Parents:
6cc3f39
Message:

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r6cc3f39 r2ddf71a5  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[randy] - Added an alternate installation location for the
     49          shared library interface headers to the AFPL Ghostscript and ESP
     50          Ghostscript instructions.</para>
     51        </listitem>
     52        <listitem>
    4853          <para>[randy] - Updated to ImageMagick-6.2.4-5.</para>
    4954        </listitem>
  • pst/printing/espgs.xml

    r6cc3f39 r2ddf71a5  
    141141<screen role="root"><userinput>make soinstall &amp;&amp;
    142142install -v -d -m755 /usr/include/ps &amp;&amp;
    143 install -v -m644 src/*.h /usr/include/ps</userinput></screen>
     143install -v -m644 src/*.h /usr/include/ps &amp;&amp;
     144ln -v -s ps /usr/include/ghostscript</userinput></screen>
    144145
    145146    <para>To finish the installation, unpack all fonts you've downloaded to
     
    171172    <para><command>install ...</command>: Some packages
    172173    (<application>ImageMagick</application> is one) need the
    173     <application>Ghostscript</application> headers in place to link to the
    174     shared library. These commands install the headers.</para>
     174    <application>Ghostscript</application> interface headers in place to link
     175    to the shared library. These commands install the headers.</para>
     176
     177    <para><command>ln -v -s ps /usr/include/ghostscript</command>: Some
     178    packages expect to find the interface headers in an alternate
     179    location.</para>
    175180
    176181  </sect2>
  • pst/printing/gs.xml

    r6cc3f39 r2ddf71a5  
    135135<screen role="root"><userinput>make soinstall &amp;&amp;
    136136install -v -d -m755 /usr/include/ps &amp;&amp;
    137 install -v -m644 src/*.h /usr/include/ps</userinput></screen>
     137install -v -m644 src/*.h /usr/include/ps &amp;&amp;
     138ln -v -s ps /usr/include/ghostscript</userinput></screen>
    138139
    139140    <note>
    140141      <para>The shared library depends on <xref linkend="GTK"/>. It is
    141       only used in external programs like <xref linkend="gsview"/>.</para>
     142      only used in external programs like <xref linkend="gsview"/> and
     143      <xref linkend="imagemagick"/>.</para>
    142144    </note>
    143145
     
    150152<screen role="root"><userinput>tar -zxvf ../<replaceable>[font-tarball]</replaceable> -C /usr/share/ghostscript &amp;&amp;
    151153chown -v -R root:root /usr/share/ghostscript/fonts</userinput></screen>
     154
     155  </sect2>
     156
     157  <sect2 role="commands">
     158    <title>Command Explanations</title>
     159
     160    <para><command>install ...</command>: Some packages
     161    (<application>ImageMagick</application> is one) need the
     162    <application>Ghostscript</application> interface headers in place to link
     163    to the shared library. These commands install the headers.</para>
     164
     165    <para><command>ln -v -s ps /usr/include/ghostscript</command>: Some
     166    packages expect to find the interface headers in an alternate
     167    location.</para>
    152168
    153169  </sect2>
Note: See TracChangeset for help on using the changeset viewer.