Changeset 16104bd
- Timestamp:
- 08/16/2005 06:16:05 AM (19 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 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, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 79630dd
- Parents:
- 9002094f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pst/printing/espgs.xml
r9002094f r16104bd 118 118 make</userinput></screen> 119 119 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 120 126 <para>Now, as the <systemitem class="username">root</systemitem> user:</para> 121 127 … … 123 129 124 130 <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> 129 136 130 137 <screen><userinput>make CFLAGS_SO='-fPIC $(ACDEFS)' so</userinput></screen> … … 135 142 install -v -d -m755 /usr/include/ps && 136 143 install -v -m644 src/*.h /usr/include/ps</userinput></screen> 137 138 <note>139 <para>The shared library is only used in external programs like140 <xref linkend="gsview"/>.</para>141 </note>142 144 143 145 <para>To finish the installation, unpack all fonts you've downloaded to
Note:
See TracChangeset
for help on using the changeset viewer.