Ignore:
Timestamp:
10/29/2014 11:41:19 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
krejzi/svn
Children:
533ebfd
Parents:
3f05421
Message:

Printing section.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/krejzi@14794 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/printing/gs.xml

    r3f05421 rfde7a06  
    7979      <title>Standard Fonts</title>
    8080      <listitem>
    81         <para>Download (HTTP): <ulink url="&gs-standard-fonts-download;"/></para>
     81        <para>Download (FTP): <ulink url="&gs-standard-fonts-download;"/></para>
    8282      </listitem>
    8383      <listitem>
     
    120120      suggested font),
    121121      <xref linkend="gtk2"/>,
     122      <xref linkend="lcms"/> (not used by default, nor if lcms2 is present or found),
    122123      <xref linkend="libidn"/>,
    123       <xref linkend="libpaper"/>,
    124       <xref linkend="lcms"/> (not used by default, nor if lcms2 is present or found), and
     124      <xref linkend="libpaper"/>, and
    125125      <xref linkend="x-window-system"/>
    126126    </para>
     
    156156      copies of <application>expat</application>,
    157157      <application>freetype</application>, <application>lcms2</application>,
    158       <application>libjpeg</application>, and <application>libpng</application>:
     158      <application>libjpeg</application>, <application>libpng</application>
     159      and <application>zlib</application>:
    159160    </para>
    160161
    161162<screen><userinput>sed -i 's/ZLIBDIR=src/ZLIBDIR=$includedir/' configure.ac configure &amp;&amp;
    162 rm -rf expat freetype lcms2 jpeg libpng</userinput></screen>
     163rm -rf expat freetype lcms2 jpeg libpng zlib</userinput></screen>
    163164<!--
    164165    <note>
     
    174175    <para>Compile <application>Ghostscript</application>:</para>
    175176
    176 <screen><userinput>rm -rf zlib &amp;&amp;
    177 ./configure --prefix=/usr --disable-compile-inits \
    178  --enable-dynamic --with-system-libtiff &amp;&amp;
     177<screen><userinput>./configure --prefix=/usr           \
     178            --disable-compile-inits \
     179            --enable-dynamic        \
     180            --with-system-libtiff &amp;&amp;
    179181make</userinput></screen>
    180182
     
    210212    <para>If you want the shared library too:</para>
    211213
    212 <screen role="root"><userinput>make soinstall &amp;&amp;
     214<screen role="root"><userinput>make soinstall<!-- &amp;&amp;
    213215install -v -m644 base/*.h /usr/include/ghostscript &amp;&amp;
    214 ln -v -s ghostscript /usr/include/ps</userinput></screen>
     216ln -v -s ghostscript /usr/include/ps--></userinput></screen>
    215217
    216218    <para>Now make the documentation accessible from the normal place:</para>
     
    237239    <para>
    238240      <command>sed -i 's/ZLIBDIR=src/ZLIBDIR=$includedir/' ... </command>:
    239       Fix to build with system <application>zlib</application>.
    240     </para>
    241 
    242     <para>
     241      Fixes building with system <application>Zlib</application>.
     242    </para>
     243
     244    <!-- <para>
    243245      <command>rm -rf zlib</command>:
    244246      <application>zlib</application> was installed as part of LFS.
    245     </para>
     247    </para> -->
    246248
    247249    <para>
     
    255257    </para>
    256258
    257     <para>
     259    <!-- <para> Nothing needs these. The ones installed by soinstall are sufficient.
    258260      <command>install -v -m644 base/*.h... </command>: Some packages
    259261      (<application>ImageMagick</application> is one) need the
     
    262264    </para>
    263265
    264     <para>
     266    <para> Haven't found anything that needs this
    265267      <command>ln -v -s ghostscript /usr/include/ps</command>: Some packages
    266268      expect to find the interface headers in an alternate location.
    267     </para>
     269    </para> -->
    268270
    269271    <para>
     
    277279      to the <xref linkend="cups"/> libraries if you have installed those.
    278280    </para>
     281
    279282  </sect2>
    280283
Note: See TracChangeset for help on using the changeset viewer.