source: pst/printing/gs.xml@ 7f76b96

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.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
Last change on this file since 7f76b96 was 7f76b96, checked in by Manuel Canales Esparcia <manuel@…>, 19 years ago

Reverted the DTD change. That don't be done untiltomorrow.

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

  • Property mode set to 100644
File size: 4.5 KB
Line 
1<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
2 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
3 <!ENTITY % general-entities SYSTEM "../../general.ent">
4 %general-entities;
5
6 <!ENTITY gs-download-http "http://prdownloads.sourceforge.net/ghostscript/ghostscript-&gs-version;.tar.bz2">
7 <!ENTITY gs-download-ftp "ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/AFPL/gs814/ghostscript-&gs-version;.tar.bz2">
8 <!ENTITY gs-md5sum "5f22dbe24b7fc8c8c07e249f8b14f9ce">
9 <!ENTITY gs-size "5.5 MB">
10 <!ENTITY gs-buildsize "37-49 MB (depends if libgs.so is installed)">
11 <!ENTITY gs-time "1.16-2.26 SBU">
12
13 <!ENTITY gs-standard-fonts-download "ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/fonts/ghostscript-fonts-std-8.11.tar.gz">
14 <!ENTITY gs-standard-fonts-md5sum "6865682b095f8c4500c54b285ff05ef6">
15 <!ENTITY gs-standard-fonts-size "3.7 MB">
16
17 <!ENTITY gs-other-fonts-download "http://ftp.gnu.org/pub/gnu/ghostscript/gnu-gs-fonts-other-6.0.tar.gz">
18 <!ENTITY gs-other-fonts-md5sum "33457d3f37de7ef03d2eea05a9e6aa4f">
19 <!ENTITY gs-other-fonts-size "796 KB">
20]>
21
22<sect1 id="gs" xreflabel="AFPL Ghostscript-&gs-version;">
23<sect1info>
24<othername>$LastChangedBy$</othername>
25<date>$Date$</date>
26</sect1info>
27<?dbhtml filename="gs.html"?>
28<title>AFPL Ghostscript-&gs-version;</title>
29
30<sect2>
31<title>Introduction to <application>Ghostscript</application></title>
32
33<para><application>Ghostscript</application> is a versatile processor for
34PostScript data with the ability to render PostScript to different
35targets.</para>
36
37<sect3><title>Package information</title>
38<itemizedlist spacing='compact'>
39<listitem><para>Download (HTTP):
40<ulink url="&gs-download-http;"/></para></listitem>
41<listitem><para>Download (FTP):
42<ulink url="&gs-download-ftp;"/></para></listitem>
43<listitem><para>Download MD5 sum: &gs-md5sum;</para></listitem>
44<listitem><para>Download size: &gs-size;</para></listitem>
45<listitem><para>Estimated disk space required:
46&gs-buildsize;</para></listitem>
47<listitem><para>Estimated build time:
48&gs-time;</para></listitem></itemizedlist>
49</sect3>
50
51<sect3><title>Additional downloads</title>
52<sect4><title>Standard fonts</title>
53<itemizedlist spacing='compact'>
54<listitem><para>Download (FTP):
55<ulink url="&gs-standard-fonts-download;"/></para></listitem>
56<listitem><para>Download MD5 sum:
57&gs-standard-fonts-md5sum;</para></listitem>
58<listitem><para>Download size:
59&gs-standard-fonts-size;</para></listitem>
60</itemizedlist>
61</sect4>
62
63<sect4><title>Other fonts</title>
64<itemizedlist spacing='compact'>
65<listitem><para>Download (HTTP):
66<ulink url="&gs-other-fonts-download;"/></para></listitem>
67<listitem><para>Download MD5 sum:
68&gs-other-fonts-md5sum;</para></listitem>
69<listitem><para>Download size:
70&gs-other-fonts-size;</para></listitem>
71</itemizedlist>
72</sect4>
73</sect3>
74
75<sect3><title><application>Ghostscript</application> dependencies</title>
76<sect4><title>Optional</title>
77<para><xref linkend="libjpeg"/>,
78<xref linkend="libpng"/>,
79<xref linkend="GTK"/> and
80X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>)</para>
81</sect4>
82</sect3>
83
84<sect3><title>Conflicts</title>
85<para>This version of Ghostscript does not work with
86<application><acronym>CUPS</acronym></application> due to missing
87generic "cups" raster image driver. The necessary support cannot be patched in
88due to incompatible licenses. Use <xref linkend="espgs"/> instead if you have
89<application><acronym>CUPS</acronym></application>.</para>
90</sect3>
91
92</sect2>
93
94<sect2>
95<title>Installation of <application>Ghostscript</application></title>
96
97<para>Install <application>Ghostscript</application> by running the following
98commands:</para>
99
100<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
101make &amp;&amp;
102make install</command></userinput></screen>
103
104<para>To install the shared library
105<filename class='libraryfile'>libgs.so</filename>, run the following
106additional commands:</para>
107
108<screen><userinput><command>make so &amp;&amp;
109make soinstall</command></userinput></screen>
110
111<note><para>The shared library depends on <xref linkend="GTK"/>. It is
112only used in external programs like <xref linkend="gsview"/>.</para></note>
113
114<para>To finish the installation, unpack all fonts you've downloaded to
115<filename class="directory">/usr/share/ghostscript</filename>.</para>
116
117</sect2>
118
119<sect2>
120<title>Contents</title>
121
122<para><application>Ghostscript</application> comes with a lot of filters to
123render PostScript/<acronym>PDF</acronym> files back and forth. Please refer to
124the <acronym>HTML</acronym> documentation or try
125<command>man gs</command>.</para>
126
127</sect2>
128
129</sect1>
Note: See TracBrowser for help on using the repository browser.