source: pst/printing/gs.xml@ defe82d

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
Last change on this file since defe82d was defe82d, checked in by Bruce Dubbs <bdubbs@…>, 12 years ago

Update to ghostscript-9.06

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

  • Property mode set to 100644
File size: 12.3 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY gs-download-http
8 "http://downloads.ghostscript.com/public/ghostscript-&gs-version;.tar.bz2">
9 <!ENTITY gs-download-ftp " ">
10 <!ENTITY gs-md5sum "46f9ebe40dc52755287b30704270db11">
11 <!ENTITY gs-size "28 MB">
12 <!ENTITY gs-buildsize
13 "195 MB (includes installing libgs.so and both font tarballs)">
14 <!ENTITY gs-time
15 "2.5 SBU (includes building and installing libgs.so)">
16
17 <!ENTITY gs-standard-fonts-download
18 "&sourceforge-repo;/gs-fonts/ghostscript-fonts-std-8.11.tar.gz">
19 <!ENTITY gs-standard-fonts-md5sum "6865682b095f8c4500c54b285ff05ef6">
20 <!ENTITY gs-standard-fonts-size "3.7 MB">
21
22 <!ENTITY gs-other-fonts-download
23 "&sourceforge-repo;/gs-fonts/gnu-gs-fonts-other-6.0.tar.gz">
24 <!ENTITY gs-other-fonts-md5sum "33457d3f37de7ef03d2eea05a9e6aa4f">
25 <!ENTITY gs-other-fonts-size "796 KB">
26]>
27
28<sect1 id="gs" xreflabel="ghostscript-&gs-version;">
29 <?dbhtml filename="gs.html"?>
30
31 <sect1info>
32 <othername>$LastChangedBy$</othername>
33 <date>$Date$</date>
34 </sect1info>
35
36 <title>ghostscript-&gs-version;</title>
37
38 <indexterm zone="gs">
39 <primary sortas="a-GPL-Ghostscript">GPL Ghostscript</primary>
40 </indexterm>
41
42 <sect2 role="package">
43 <title>Introduction to Ghostscript</title>
44
45 <para><application>Ghostscript</application> is a versatile processor
46 for PostScript data with the ability to render PostScript to different
47 targets.</para>
48
49 &lfs72_checked;
50
51 <bridgehead renderas="sect3">Package Information</bridgehead>
52 <itemizedlist spacing="compact">
53 <listitem>
54 <para>Download (HTTP): <ulink url="&gs-download-http;"/></para>
55 </listitem>
56 <listitem>
57 <para>Download (FTP): <ulink url="&gs-download-ftp;"/></para>
58 </listitem>
59 <listitem>
60 <para>Download MD5 sum: &gs-md5sum;</para>
61 </listitem>
62 <listitem>
63 <para>Download size: &gs-size;</para>
64 </listitem>
65 <listitem>
66 <para>Estimated disk space required: &gs-buildsize;</para>
67 </listitem>
68 <listitem>
69 <para>Estimated build time: &gs-time;</para>
70 </listitem>
71 </itemizedlist>
72
73 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
74
75 <itemizedlist spacing="compact">
76 <title>Standard Fonts</title>
77 <listitem>
78 <para>Download (FTP): <ulink url="&gs-standard-fonts-download;"/></para>
79 </listitem>
80 <listitem>
81 <para>Download MD5 sum: &gs-standard-fonts-md5sum;</para>
82 </listitem>
83 <listitem>
84 <para>Download size: &gs-standard-fonts-size;</para>
85 </listitem>
86 </itemizedlist>
87
88 <itemizedlist spacing="compact">
89 <title>Other Fonts</title>
90 <listitem>
91 <para>Download (HTTP): <ulink url="&gs-other-fonts-download;"/></para>
92 </listitem>
93 <listitem>
94 <para>Download MD5 sum: &gs-other-fonts-md5sum;</para>
95 </listitem>
96 <listitem>
97 <para>Download size: &gs-other-fonts-size;</para>
98 </listitem>
99 </itemizedlist>
100
101 <bridgehead renderas="sect3">Ghostscript Dependencies</bridgehead>
102
103 <bridgehead renderas="sect4">Recommended</bridgehead>
104 <para role="recommended">
105 <xref linkend="expat"/>,
106 <xref linkend="freetype2"/>,
107 <xref linkend="libjpeg"/>,
108 <xref linkend="libpng"/>,
109 <xref linkend="libtiff"/>, and
110 <xref linkend="lcms2"/>
111 </para>
112
113 <bridgehead renderas="sect4">Optional</bridgehead>
114 <para role="optional">
115 <xref linkend="cairo"/>,
116 <xref linkend="fontconfig"/>,
117 <xref linkend="gtk2"/>,
118 <xref linkend="cups"/>,
119 <xref linkend="jasper"/>,
120 <xref linkend="lcms"/>,
121 <xref linkend="libidn"/>,
122 <xref linkend="x-window-system"/> and
123 <ulink url="http://packages.debian.org/unstable/source/libpaper">libpaper</ulink>
124 </para>
125
126 <para condition="html" role="usernotes">
127 User Notes: <ulink url="&blfs-wiki;/gs"/>
128 </para>
129 </sect2>
130
131 <sect2 role="installation">
132 <title>Installation of Ghostscript</title>
133
134 <note>
135 <para>
136 The <application>Ghostscript</application> build system is not
137 user-friendly. In order to use system copies of various graphics
138 libraries, you must do it using unconventional methods.
139 </para>
140 </note>
141
142 <para>
143 <application>GPL Ghostscript</application> includes (old) copies of
144 several libraries. Some of these seem to have been patched to fix known
145 vulnerabilities, but others of these copies are less-well maintained.
146 To ensure that any future fixes are applied throughout the whole system,
147 it is recommended that you first install the released versions of these
148 libraries and then configure <application>GPL Ghostscript</application>
149 to link to them.
150 </para>
151
152 <para>
153 If you have installed these dependencies on your system, remove the
154 copies of <application>expat</application>,
155 <application>freetype</application>, <application>lcms2</application>,
156 <application>libjpeg</application>, <application>libpng</application>,
157 and <application>libtiff</application>:
158 </para>
159
160<screen><userinput>rm -rf expat freetype jpeg lcms2 libpng tiff</userinput></screen>
161
162 <note>
163 <para>
164 If you have a multicore computer and try to run make with multiple
165 jobs (eg, make -j4) then the build may fail due to race conditions in
166 the <application>Ghostscript</application> build system. You can work
167 around that problem by simply running make again (eg,
168 <command>make -j4 || make -j1</command>).
169 </para>
170 </note>
171
172 <note>
173 <para>
174 If you have installed Cups and your printer is <emphasis>not</emphasis>
175 a postscript printer you will need to add
176 <option>--with-install-cups</option> to the configure options below.
177 (This option makes Ghostscript compile and install the gstoraster filter
178 and the gstoraster.convs configuration file that allow Cups to convert a
179 PostScript file to raster.)
180 </para>
181 </note>
182
183 <para>Compile <application>Ghostscript</application>:</para>
184
185<screen><userinput>rm -rf jasper lcms zlib &amp;&amp;
186./configure --prefix=/usr --enable-dynamic --with-system-libtiff LIBS=-lz &amp;&amp;
187make</userinput></screen>
188
189 <note>
190 <para>
191 The shared library depends on <xref linkend="gtk2"/>. It is only used in
192 external programs like <xref linkend="imagemagick"/>.
193 </para>
194 </note>
195
196 <para>
197 To compile the shared library
198 <filename class="libraryfile">libgs.so</filename>, run the following
199 additional command as an unprivileged user:
200 </para>
201
202<screen><userinput>make so</userinput></screen>
203
204 <para>
205 This package does not come with a test suite. However, you may test the
206 operation of the newly built <command>gs</command> program by issuing the
207 following command (issue from an X Windows terminal):
208 </para>
209
210<screen><userinput>bin/gs -Ilib -dBATCH examples/tiger.eps</userinput></screen>
211
212 <para>
213 Now, as the <systemitem class="username">root</systemitem> user:
214 </para>
215
216<screen role="root"><userinput>make install</userinput></screen>
217
218 <para>If you want the shared library too:</para>
219
220<screen role="root"><userinput>make soinstall &amp;&amp;
221install -v -m644 base/*.h /usr/include/ghostscript &amp;&amp;
222ln -v -s ghostscript /usr/include/ps</userinput></screen>
223
224 <para>Now install the documentation:</para>
225
226<screen role="root"><userinput>ln -sfv ../ghostscript/&gs-version;/doc /usr/share/doc/ghostscript-&gs-version;</userinput></screen>
227
228 <para>
229 To finish the installation, unpack all fonts you've downloaded to
230 <filename class="directory">/usr/share/ghostscript</filename> and ensure
231 the ownerships of the files are
232 <systemitem class="username">root</systemitem>:
233 <systemitem class="groupname">root</systemitem>. Substitute
234 <replaceable>&lt;font-tarball&gt;</replaceable> appropriately in the
235 command below for the fonts you wish to install:
236 </para>
237
238<screen role="root"><userinput>tar -xvf ../<replaceable>&lt;font-tarball&gt;</replaceable> -C /usr/share/ghostscript --no-same-owner</userinput></screen>
239 </sect2>
240
241 <sect2 role="commands">
242 <title>Command Explanations</title>
243
244 <para>
245 <command>rm -rf jasper lcms zlib</command>: The
246 <application>Ghostscript</application> build system defaults to using its
247 own version of <ulink url="http://www.openjpeg.org/">OpenJpeg</ulink> for
248 JPEG 2000 files <!-- I can't get it to compile using a system installed
249 version of openjpeg. It seems the ghostscript version has been heavily
250 modified... --> so we can all remove the jasper source. The default color
251 management system is now <application>lcms2</application> so the
252 <application>lcms</application> source is not needed.
253 <application>Zlib</application> was installed as part of LFS.
254 </para>
255
256 <para>
257 <option>--with-system-libtiff</option>: Remove this option if you've not
258 installed <xref linkend="libtiff"/>.
259 </para>
260
261 <para>
262 <parameter>LIBS=-lz</parameter>: We use the LIBS variable to tell the
263 linker (ld) to link against the system installed
264 <application>zlib</application>.
265 </para>
266
267 <para>
268 <command>install -v -m644 base/*.h...</command>: Some packages
269 (<application>ImageMagick</application> is one) need the
270 <application>Ghostscript</application> interface headers in place to link
271 to the shared library. These commands install the headers.
272 </para>
273
274 <para>
275 <command>ln -v -s ghostscript /usr/include/ps</command>: Some packages
276 expect to find the interface headers in an alternate location.
277 </para>
278
279 <para>
280 <command>ln -sfv ../ghostscript-&gs-version;/doc ...</command>: This puts
281 a symbolic link to the documentation where it is expected to be found.
282 </para>
283 </sect2>
284
285 <sect2 role="content">
286 <title>Contents</title>
287 <segmentedlist>
288 <segtitle>Installed Programs</segtitle>
289 <segtitle>Installed Library</segtitle>
290 <segtitle>Installed Directories</segtitle>
291
292 <seglistitem>
293 <seg>
294 bdftops, dumphint, dvipdf, eps2eps, fixmswrd.pl, font2c, gs, gsbj,
295 gsc (from soinstall), gsdj, gsdj500, gslj, gslp, gsnd, gsx
296 (from soinstall), lprsetup.sh, pdf2dsc, pdf2ps, pdfopt,
297 pf2afm, pfbtopfa, printafm, ps2ascii, ps2epsi, ps2pdf, ps2pdf12,
298 ps2pdf13, ps2pdf14, ps2pdfwr, ps2ps, ps2ps2, pv.sh, unix-lpr.sh, and
299 wftopfa
300 </seg>
301 <seg>libgs.so</seg>
302 <seg>
303 /usr/include/ghostscript,
304 /usr/lib/ghostscript,
305 /usr/share/ghostscript and
306 /usr/share/doc/ghostscript-&gs-version;
307 </seg>
308 </seglistitem>
309 </segmentedlist>
310
311 <variablelist>
312 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
313 <?dbfo list-presentation="list"?>
314 <?dbhtml list-presentation="table"?>
315
316 <varlistentry id="gplgs-prog">
317 <term><command>gs</command></term>
318 <listitem>
319 <para>
320 is an interpreter for Adobe Systems' PostScript(tm) and Portable
321 Document Format (PDF).
322 </para>
323 <indexterm zone="gs gplgs-prog">
324 <primary sortas="b-gs">gs</primary>
325 </indexterm>
326 </listitem>
327 </varlistentry>
328
329 <varlistentry id="libgs.so">
330 <term><filename class="libraryfile">libgs.so</filename></term>
331 <listitem>
332 <para>
333 provides <application>Ghostscript</application> functionality to
334 other programs, such as <application>GSView</application>,
335 <application>ImageMagick</application>, and
336 <application>libspectre</application>.
337 </para>
338 <indexterm zone="gs libgs.so">
339 <primary sortas="c-libgs.so">libgs.so</primary>
340 </indexterm>
341 </listitem>
342 </varlistentry>
343 </variablelist>
344
345 <para>
346 <application>GPL Ghostscript</application> provides many different
347 scripts used to convert PostScript, PDF, and other formats. Please refer to
348 the HTML documentation or the man pages for information about the
349 capabilities provided.
350 </para>
351 </sect2>
352</sect1>
Note: See TracBrowser for help on using the repository browser.