Ignore:
Timestamp:
08/24/2014 09:05:13 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.6-blfs, 7.6-systemd, kde5-14269, kde5-14686, systemd-13485
Children:
b9d555bd
Parents:
05ff1d5
Message:

Check some office stuff. Minor fixes for some packages. Merged trunk.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/printing/gs.xml

    r05ff1d5 r300b4ee  
    4848    used for that.</para>
    4949
    50     &lfs75_checked;
     50    &lfs76_checked;
    5151
    5252    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    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.