Changeset 461626e
- Timestamp:
- 09/14/2003 08:33:08 PM (21 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 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, 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, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- d14894d
- Parents:
- e1d7dec
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
content/web/apache/apache-intro.xml
re1d7dec r461626e 18 18 <sect3><title><application>Apache</application> dependencies</title> 19 19 <sect4><title>Optional</title> 20 <para><xref linkend="db"/> , <xref linkend="openssl"/>, <xref20 <para><xref linkend="db"/> or <xref linkend="gdbm"/>, <xref linkend="openssl"/>, <xref 21 21 linkend="openldap"/> and <xref linkend="lynx"/> 22 22 </para></sect4> -
index.xml
re1d7dec r461626e 3 3 "/usr/share/docbook/docbookx.dtd" [ 4 4 5 <!ENTITY version "2003091 3">6 <!ENTITY releasedate "September 1 3th, 2003">5 <!ENTITY version "20030914"> 6 <!ENTITY releasedate "September 14th, 2003"> 7 7 8 8 <!ENTITY % book SYSTEM "book/book.ent"> -
introduction/welcome/changelog.xml
re1d7dec r461626e 11 11 <itemizedlist> 12 12 13 <listitem><para>September 14th, 2003 [igor]: changed installation 14 instructions for ESP Ghostscript.</para></listitem> 15 13 16 <listitem><para>September 14th, 2003 [larry]: general: updated to 14 17 guile-1.6.4 and slib-2d6.</para></listitem> -
pst/printing/gs/espgs-exp.xml
re1d7dec r461626e 1 1 <sect2> 2 2 <title>Command explanations</title> 3 4 <para><command>--libexecdir=/usr/lib/gs</command> : executable5 libraries of Ghostscript will be installed to6 <filename class="directory">/usr/lib/gs</filename>.</para>7 8 <para><command>--sysconfdir=/etc/gs</command> : Configuration data9 goes to <filename class="directory">/etc/gs</filename> instead of10 <filename class="directory">/usr/etc</filename>.</para>11 3 12 4 <para><command>--enable-gimp-print</command> : This switch enables -
pst/printing/gs/espgs-inst.xml
re1d7dec r461626e 7 7 <screen><userinput><command>tar xzvf ../Omni-0.9.0.tar.gz</command></userinput></screen> 8 8 9 <para>Otherwise you must add <command>--without-omni</command> switch to 10 the configure script if you intend to install the shared 11 library.</para> 12 9 13 <para>Install <application>Ghostscript</application> by running the following commands:</para> 10 14 11 <screen><userinput><command>./configure --prefix=/usr --libexecdir=/usr/lib/gs \ 12 --enable-shared --enable-static && 15 <screen><userinput><command>./configure --prefix=/usr && 13 16 make && 14 17 make install</command></userinput></screen> … … 17 20 the following commands additionally:</para> 18 21 19 <screen><userinput><command>make so && 22 <screen><userinput><command>patch -Np1 -i ../espgs-7.07.1rc2-gdevpng.patch && 23 make so && 20 24 make soinstall</command></userinput></screen> 21 25 -
pst/printing/gs/espgs-intro.xml
re1d7dec r461626e 32 32 url="http://keihanna.dl.sourceforge.net/sourceforge/omniprint/Omni-0.9.0.tar.gz"/> 33 33 </para></listitem> 34 <listitem><para>Optional patch: <ulink 35 url="http://downloads.linuxfromscratch.org/blfs-patches/espgs-7.07.1rc2-gdevpng.patch"/> 36 </para></listitem> 34 37 </itemizedlist></sect3> 35 38 -
pst/printing/gs/espgs.ent
re1d7dec r461626e 4 4 <!ENTITY espgs-desc SYSTEM "espgs-desc.xml"> 5 5 <!ENTITY espgs-exp SYSTEM "espgs-exp.xml"> 6 <!ENTITY espgs-buildsize "1 58-163MB (depends on if libgs.so is installed)">6 <!ENTITY espgs-buildsize "116-140 MB (depends on if libgs.so is installed)"> 7 7 <!ENTITY espgs-version "7.07.1rc2"> 8 8 <!ENTITY espgs-download-http … … 10 10 <!ENTITY espgs-download-ftp ""> 11 11 <!ENTITY espgs-size "5.1 MB"> 12 <!ENTITY espgs-time " 2.10-2.85SBU">12 <!ENTITY espgs-time "1.65-3.20 SBU">
Note:
See TracChangeset
for help on using the changeset viewer.