Changeset d77f4cd for pst/typesetting


Ignore:
Timestamp:
08/28/2014 08:00:36 PM (10 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.6, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, 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, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
82266db2
Parents:
230af9f
Message:

Add instructions to build xindy.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/typesetting/texlive.xml

    r230af9f rd77f4cd  
    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>
     
    9396
    9497    <bridgehead renderas="sect4">Optional</bridgehead>
    95     <para role="optional">
    96       <ulink url="http://www.fftw.org/">FFTW</ulink> can be used by asy.
    97     </para>
    98     <para role="optional">
    99       <ulink url="http://www.gnu.org/software/clisp/">clisp</ulink> is a build-time
    100       dependency for xindy, see <filename>utils/xindy/README-clisp</filename>.
    101     </para>
    10298    <para>
    10399      The source ships with its own versions of several libraries which are either
     
    178174    --with-system-xpdf                              \
    179175    --with-system-zlib                              \
    180     --with-banner-add=" - BLFS"</userinput></screen>
     176    --with-banner-add=" - BLFS"                     \
     177    --enable-xindy                                  \
     178    --enable-xindy-rules                            \
     179    --enable-xindy-doc                              \
     180    --with-clisp-runtime=system</userinput></screen>
    181181
    182182    <para>Asymptote has to be separately configured.  It ships with its own copy
     
    186186
    187187<screen><userinput>pushd ../utils/asymptote &amp;&amp;
    188     rm -v gc-7.4.0.tar.gz &amp;&amp;
    189 
    190     echo "ac_cv_lib_m_sqrt=yes"     >config.cache &amp;&amp;
    191     echo "ac_cv_lib_z_deflate=yes" >>config.cache &amp;&amp;
     188rm -v gc-7.4.0.tar.gz &amp;&amp;
     189
     190echo "ac_cv_lib_m_sqrt=yes"     >config.cache &amp;&amp;
     191echo "ac_cv_lib_z_deflate=yes" >>config.cache &amp;&amp;
    192192
    193193./configure LIBS="-ltirpc "                         \
Note: See TracChangeset for help on using the changeset viewer.