Changeset 16104bd


Ignore:
Timestamp:
08/16/2005 06:16:05 AM (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:
79630dd
Parents:
9002094f
Message:

Added a note about running the test suite to the ESP Ghostscript instructions

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/printing/espgs.xml

    r9002094f r16104bd  
    118118make</userinput></screen>
    119119
     120    <para>This package does not come with a test suite. However, you may test
     121    the operation of the newly built <command>gs</command> program by issuing
     122    the following command (issue from an X Windows terminal):</para>
     123
     124<screen><userinput>bin/gs -Ilib examples/tiger.ps</userinput></screen>
     125
    120126    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    121127
     
    123129
    124130    <para>To install the shared library
    125     <filename class='libraryfile'>libgs.so</filename> you
    126     will need <xref linkend="GTK"/>.</para>
    127 
    128     <para>Proceed with the following commands:</para>
     131    <filename class='libraryfile'>libgs.so</filename> you will need
     132    <xref linkend="GTK"/>. Note that the shared library is only used in
     133    external programs such as <xref linkend="gsview"/> and
     134    <xref linkend="imagemagick"/>. Proceed with the following commands as an
     135    unprivileged user:</para>
    129136
    130137<screen><userinput>make CFLAGS_SO='-fPIC $(ACDEFS)' so</userinput></screen>
     
    135142install -v -d -m755 /usr/include/ps &amp;&amp;
    136143install -v -m644 src/*.h /usr/include/ps</userinput></screen>
    137 
    138     <note>
    139       <para>The shared library is only used in external programs like
    140       <xref linkend="gsview"/>.</para>
    141     </note>
    142144
    143145    <para>To finish the installation, unpack all fonts you've downloaded to
Note: See TracChangeset for help on using the changeset viewer.