source: pst/printing/gs.xml@ 518538f

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.0 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 518538f was 518538f, checked in by Randy McMurchy <randy@…>, 19 years ago

Standardized the 'Estimated disk space required' text

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

  • Property mode set to 100644
File size: 3.6 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-size "5.5 MB">
9 <!ENTITY gs-buildsize "37-49 MB (depends on if libgs.so is installed)">
10 <!ENTITY gs-time "1.16-2.26 SBU">
11]>
12
13<sect1 id="gs" xreflabel="AFPL Ghostscript-&gs-version;">
14<sect1info>
15<othername>$LastChangedBy$</othername>
16<date>$Date$</date>
17</sect1info>
18<?dbhtml filename="gs.html"?>
19<title>AFPL Ghostscript-&gs-version;</title>
20
21<sect2>
22<title>Introduction to <application>Ghostscript</application></title>
23
24<para><application>Ghostscript</application> is a versatile processor for
25PostScript data with the ability to render PostScript to different targets.
26</para>
27
28<sect3><title>Package information</title>
29<itemizedlist spacing='compact'>
30<listitem><para>Download (HTTP): <ulink url="&gs-download-http;"/></para></listitem>
31<listitem><para>Download (FTP): <ulink url="&gs-download-ftp;"/></para></listitem>
32<listitem><para>Download size: &gs-size;</para></listitem>
33<listitem><para>Estimated disk space required: &gs-buildsize;</para></listitem>
34<listitem><para>Estimated build time: &gs-time;</para></listitem></itemizedlist>
35</sect3>
36
37<sect3><title>Additional downloads</title>
38<itemizedlist spacing='compact'>
39<listitem><para>Standard fonts: <ulink
40url="ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/fonts/ghostscript-fonts-std-8.11.tar.gz"/>
41</para></listitem>
42<listitem><para>Other fonts: <ulink
43url="http://ftp.gnu.org/pub/gnu/ghostscript/gnu-gs-fonts-other-6.0.tar.gz"/>
44</para></listitem>
45</itemizedlist></sect3>
46
47<sect3><title><application>Ghostscript</application>
48dependencies</title>
49<sect4><title>Optional</title>
50<para><xref linkend="libjpeg"/>, <xref linkend="libpng"/>, <xref
51linkend="GTK"/> and X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>)</para></sect4>
52</sect3>
53
54<sect3><title>Conflicts</title>
55<para>This version of Ghostscript does not work with
56<application><acronym>CUPS</acronym></application> due to missing
57generic "cups" raster image driver. The necessary support cannot be patched in
58due to incompatible licenses. Use <xref linkend="espgs"/> instead if you have
59<application><acronym>CUPS</acronym></application>.</para>
60</sect3>
61
62</sect2>
63
64<sect2>
65<title>Installation of <application>Ghostscript</application></title>
66
67<para>Install <application>Ghostscript</application> by running the following commands:</para>
68
69<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
70make &amp;&amp;
71make install</command></userinput></screen>
72
73<para>To install the shared library <filename>libgs.so</filename>, run
74the following commands additionally:</para>
75
76<screen><userinput><command>make so &amp;&amp;
77make soinstall</command></userinput></screen>
78
79<note><para>The shared library depends on <xref linkend="GTK"/>. It is
80only used in external programs like <xref linkend="gsview"/>.</para></note>
81
82<para>To finish the installation, unpack all fonts you've downloaded to
83<filename class="directory">/usr/share/ghostscript</filename>.</para>
84
85</sect2>
86
87<sect2>
88<title>Contents</title>
89
90<para><application>Ghostscript</application> comes with a lot of filters to
91render PostScript/<acronym>PDF</acronym> files back and forth. Please refer to
92the <acronym>HTML</acronym> documentation or try <command>man gs</command>.
93</para>
94
95</sect2>
96
97</sect1>
Note: See TracBrowser for help on using the repository browser.