mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
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
This commit is contained in:
parent
9002094ffb
commit
16104bde34
@ -117,15 +117,22 @@
|
||||
<screen><userinput>./configure --prefix=/usr --without-gimp-print --without-omni &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>This package does not come with a test suite. However, you may test
|
||||
the operation of the newly built <command>gs</command> program by issuing
|
||||
the following command (issue from an X Windows terminal):</para>
|
||||
|
||||
<screen><userinput>bin/gs -Ilib examples/tiger.ps</userinput></screen>
|
||||
|
||||
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
||||
|
||||
<screen role="root"><userinput>make install</userinput></screen>
|
||||
|
||||
<para>To install the shared library
|
||||
<filename class='libraryfile'>libgs.so</filename> you
|
||||
will need <xref linkend="GTK"/>.</para>
|
||||
|
||||
<para>Proceed with the following commands:</para>
|
||||
<filename class='libraryfile'>libgs.so</filename> you will need
|
||||
<xref linkend="GTK"/>. Note that the shared library is only used in
|
||||
external programs such as <xref linkend="gsview"/> and
|
||||
<xref linkend="imagemagick"/>. Proceed with the following commands as an
|
||||
unprivileged user:</para>
|
||||
|
||||
<screen><userinput>make CFLAGS_SO='-fPIC $(ACDEFS)' so</userinput></screen>
|
||||
|
||||
@ -135,11 +142,6 @@ make</userinput></screen>
|
||||
install -v -d -m755 /usr/include/ps &&
|
||||
install -v -m644 src/*.h /usr/include/ps</userinput></screen>
|
||||
|
||||
<note>
|
||||
<para>The shared library is only used in external programs like
|
||||
<xref linkend="gsview"/>.</para>
|
||||
</note>
|
||||
|
||||
<para>To finish the installation, unpack all fonts you've downloaded to
|
||||
<filename class="directory">/usr/share/ghostscript</filename> and ensure
|
||||
the ownerships of the files are root:root. Substitute
|
||||
|
Loading…
Reference in New Issue
Block a user