Changeset d891148c for pst/printing


Ignore:
Timestamp:
08/02/2009 07:24:37 PM (15 years ago)
Author:
Guy Dalziel <gdalziel@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
be7b3c2
Parents:
e355f3c6
Message:

Updated Ghostscript explanations.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7926 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/printing/gs.xml

    re355f3c6 rd891148c  
    127127    <para>If you have <application>JasPer</application> installed on your system
    128128    and you would like to use it with <application>GPL Ghostscript</application>,
    129     then we must first remove the local copy and apply a patch:</para>
     129    first remove the local copy and apply a patch:</para>
    130130
    131131<screen><userinput>rm -rf jasper &amp;&amp;
     
    144144    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    145145
    146 <screen role="root"><userinput>make install</userinput></screen>
     146<screen role="root"><userinput>make install &amp;&amp;
     147ln -sv /usr/share/ghostscript/&gs-version;/doc /usr/share/doc/ghostscript-&gs-version;
     148</userinput></screen>
    147149
    148150    <para>To install the shared library
     
    183185    <application>Ghostscript</application> interface headers in place to link
    184186    to the shared library. These commands install the headers.</para>
     187
     188    <para><command>ln -sv ... /usr/share/doc/ghostscript-8.64</command>: This puts
     189    the documentation where it is expected to be found.</para>
    185190
    186191    <para><command>ln -v -s ghostscript /usr/include/ps</command>: Some
     
    213218      <?dbhtml list-presentation="table"?>
    214219
    215       <varlistentry id="afplgs-prog-gs">
     220      <varlistentry id="gplgs-prog">
    216221        <term><command>gs</command></term>
    217222        <listitem>
    218           <para>invokes <application>Ghostscript</application>, an interpreter
    219           of Adobe Systems' PostScript(tm) and Portable Document Format
    220           (PDF) languages.</para>
    221           <indexterm zone="gs afplgs-prog-gs">
     223          <para>is an interpreter for Adobe Systems' PostScript(tm) and Portable Document Format
     224          (PDF).</para>
     225          <indexterm zone="gs gplgs-prog">
    222226            <primary sortas="b-gs">gs</primary>
    223227          </indexterm>
     
    225229      </varlistentry>
    226230
     231      <varlistentry id="libgs.so">
     232        <term><filename class="libraryfile">libgs.so</filename></term>
     233        <listitem>
     234          <para>provides <application>Ghostscript</application> functionality
     235          to other programs, such as <application>GSView</application>,
     236          <application>ImageMagick</application>, and
     237          <application>libspectre</application>.</para>
     238          <indexterm zone="gs libgs.so">
     239            <primary sortas="c-libgs.so">libgs.so</primary>
     240          </indexterm>
     241        </listitem>
     242      </varlistentry>
     243
    227244   </variablelist>
    228245
    229     <para><application>GPL Ghostscript</application> provides many different
    230     scripts used to render PostScript/PDF files back and forth. Please refer
    231     to the HTML documentation or try <command>man gs</command> for information
    232     about the capabilities provided by the package.</para>
     246   <para><application>GPL Ghostscript</application> provides many different
     247   scripts used to convert PostScript, PDF, and other formats. Please refer to
     248   the HTML documentation or the man pages for information about the
     249   capabilities provided.</para>
    233250
    234251  </sect2>
Note: See TracChangeset for help on using the changeset viewer.