Changeset 5cc86d0 for pst


Ignore:
Timestamp:
08/24/2014 04:06:22 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:
22ee343
Parents:
2bb2521
Message:

Use system gc in asymptote (texlive).

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/typesetting/texlive.xml

    r2bb2521 r5cc86d0  
    8181      versions.  The following are recommended so that the system version
    8282      will be used:
    83       <xref linkend="icu"/>,
     83      <xref linkend="fontconfig"/>,
    8484      <xref linkend="freetype2"/>,
    85       <xref linkend="fontconfig"/>,
     85      <xref linkend="gc"/>,
    8686      <xref linkend="graphite2"/>,
    8787      <xref linkend="harfbuzz"/> (linked to graphite2),
     88      <xref linkend="icu"/>,
    8889      <xref linkend="libpng"/>,
    8990      <xref linkend="poppler"/>
     
    9394    <para role="optional">
    9495      <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.
    95103    </para>
    96104    <para role="optional">
     
    176184    --with-system-xpdf                              \
    177185    --with-system-zlib                              \
    178     --with-banner-add=" - BLFS" &amp;&amp;
    179 
    180 pushd ../utils/asymptote &amp;&amp;
     186    --with-banner-add=" - BLFS"</userinput></screen>
     187
     188    <para>Asymptote has to be separately configured.  It ships with its own copy
     189    of the gc source tarball, and will only use the system version if that local
     190    source is removed.
     191    </para>
     192
     193<screen><userinput>pushd ../utils/asymptote &amp;&amp;
     194    rm -v gc-7.4.0.tar.gz &amp;&amp;
     195
    181196    echo "ac_cv_lib_m_sqrt=yes"     >config.cache &amp;&amp;
    182197    echo "ac_cv_lib_z_deflate=yes" >>config.cache &amp;&amp;
Note: See TracChangeset for help on using the changeset viewer.