Ignore:
Timestamp:
04/13/2021 09:31:15 PM (3 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
kde5-14269
Parents:
1ec0251
git-author:
Krejzi <krejzi@…> (09/13/2014 05:36:06 PM)
git-committer:
Xi Ruoyao <xry111@…> (04/13/2021 09:31:15 PM)
Message:

Begin manually (while modifying stuff) merging trunk and systemd branches since revision 14087.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/typesetting/texlive.xml

    r1ec0251 r64135787  
    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>
     
    8790      <xref linkend="harfbuzz"/> (linked to graphite2),
    8891      <xref linkend="icu"/>,
     92      <xref linkend="libpaper"/>,
    8993      <xref linkend="libpng"/>,
    9094      <xref linkend="poppler"/>
     
    9296
    9397    <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>
    10898    <para>
    10999      The source ships with its own versions of several libraries which are either
     
    149139    what was originally installed.</para>
    150140
    151     <para>At the moment, these instructions do not rebuild
    152     <application>biber</application> or <application>xindy</application> which were
    153     installed by the binary installer.  See the "Special considerations for ..."
    154     paragraphs of
    155     <ulink url="http://tug.org/texlive/build.html">Building TeX Live</ulink>.
    156     Asy and the rest of asymptote is by default not rebuilt, so we have to
     141    <para>Asy and the rest of asymptote is by default not rebuilt, so we have to
    157142    separately run <command>configure</command> and <command>make</command> in its
    158143    directory.
     
    184169    --with-system-xpdf                              \
    185170    --with-system-zlib                              \
    186     --with-banner-add=" - BLFS"</userinput></screen>
     171    --with-banner-add=" - BLFS"                     \
     172    --enable-xindy                                  \
     173    --enable-xindy-rules                            \
     174    --enable-xindy-doc                              \
     175    --with-clisp-runtime=system</userinput></screen>
    187176
    188177    <para>Asymptote has to be separately configured.  It ships with its own copy
     
    192181
    193182<screen><userinput>pushd ../utils/asymptote &amp;&amp;
    194     rm -v gc-7.4.0.tar.gz &amp;&amp;
    195 
    196     echo "ac_cv_lib_m_sqrt=yes"     >config.cache &amp;&amp;
    197     echo "ac_cv_lib_z_deflate=yes" >>config.cache &amp;&amp;
     183rm -v gc-7.4.0.tar.gz &amp;&amp;
     184
     185echo "ac_cv_lib_m_sqrt=yes"     >config.cache &amp;&amp;
     186echo "ac_cv_lib_z_deflate=yes" >>config.cache &amp;&amp;
    198187
    199188./configure LIBS="-ltirpc "                         \
     
    218207<screen><userinput role="root">make install &amp;&amp;
    219208make -C ../utils/asymptote install</userinput></screen>
     209
     210    <para>One part of the package remains to be rebuilt:
     211    <xref linkend="biber"/>.</para>
    220212
    221213  </sect2>
Note: See TracChangeset for help on using the changeset viewer.