Changeset af4927b


Ignore:
Timestamp:
09/21/2014 03:33:05 AM (10 years ago)
Author:
Christopher Gregory <cjg@…>
Branches:
7.6-blfs, 7.6-systemd, kde5-14686, systemd-13485
Children:
5489113
Parents:
a9744588
Message:

Merge more changes from trunk.

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    ra9744588 raf4927b  
    344344          <para>[ken] - Added libsigsegv-2.10. Fixes
    345345          <ulink url="&blfs-ticket-root;5442">#5442</ulink>.</para>
     346        </listitem>
     347         <listitem>
     348          <para>[ken] - Added instructions to build xindy in texlive. Fixes
     349          <ulink url="&blfs-ticket-root;4719">#4719</ulink>.</para>
    346350        </listitem>
    347351        <listitem>
  • pst/typesetting/texlive.xml

    ra9744588 raf4927b  
    6868      (untested, you would need to alter the configure switches which refer
    6969      to &texlive-year; so that it overwrites your existing installation, or
    70       else copy everything to the location for the current year).
     70      else copy everything to the location for the current year), and
     71      <xref linkend="clisp"/> (to build <command>xindy</command> which is an
     72      index processor for multi-lingual index creation)
    7173    </para>
    7274
    7375    <bridgehead renderas="sect4">Recommended</bridgehead>
    7476    <para role="recommended">
    75       <xref linkend="gs"/> (for dvisvgm, which is used by asy),
     77      <xref linkend="gs"/> (for dvisvgm - used by asymptote which provides a
     78      mathematical coordinate-based framework for technical drawing),
    7679      <xref linkend="x-window-system"/>
    7780    </para>
     
    9295
    9396    <bridgehead renderas="sect4">Optional</bridgehead>
    94     <para role="optional">
    95       <ulink url="http://www.fftw.org/">FFTW</ulink> can be used by asy.
    96     </para>
    97     <para>
    98       The version of
    99       <ulink
    100       url="http://packages.debian.org/source/sid/libpaper">libpaper</ulink>
    101       shipped with the source will be used unless you have installed a system
    102       version and told it to use that.
    103     </para>
    104     <para role="optional">
    105       <ulink url="http://www.gnu.org/software/clisp/">clisp</ulink> is a build-time
    106       dependency for xindy, see <filename>utils/xindy/README-clisp</filename>.
    107     </para>
    10897    <para>
    10998      The source ships with its own versions of several libraries which are either
     
    179168    --with-system-xpdf                              \
    180169    --with-system-zlib                              \
    181     --with-banner-add=" - BLFS"</userinput></screen>
     170    --with-banner-add=" - BLFS"                     \
     171    --enable-xindy                                  \
     172    --enable-xindy-rules                            \
     173    --enable-xindy-doc                              \
     174    --with-clisp-runtime=system</userinput></screen>
    182175
    183176    <para>Asymptote has to be separately configured.  It ships with its own copy
     
    187180
    188181<screen><userinput>pushd ../utils/asymptote &amp;&amp;
    189     rm -v gc-7.4.0.tar.gz &amp;&amp;
    190 
    191     echo "ac_cv_lib_m_sqrt=yes"     >config.cache &amp;&amp;
    192     echo "ac_cv_lib_z_deflate=yes" >>config.cache &amp;&amp;
     182rm -v gc-7.4.0.tar.gz &amp;&amp;
     183
     184echo "ac_cv_lib_m_sqrt=yes"     >config.cache &amp;&amp;
     185echo "ac_cv_lib_z_deflate=yes" >>config.cache &amp;&amp;
    193186
    194187./configure LIBS="-ltirpc "                         \
Note: See TracChangeset for help on using the changeset viewer.