Changeset d943aa7


Ignore:
Timestamp:
02/20/2014 05:50:58 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.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, 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, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
0eda55a9
Parents:
60e892e4
Message:

TeX Live cleanups

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/typesetting/texlive.xml

    r60e892e4 rd943aa7  
    3535    the compiled programs from source.</para>
    3636
    37     &lfs74_checked;
     37    &lfs75_checked;
    3838
    3939    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    140140
    141141    <para>At the moment, these instructions do not rebuild
    142     <application>xindy</application> which was installed by the binary installer.
    143     If you wish to rebuild that, please consult
    144     <ulink url="&blfs-ticket-root;4647">#4647</ulink>. Asy and the rest of
     142    <application>xindy</application> which was installed by the binary installer,
     143    due to a problem with the tarball's install procedure.  Asy and the rest of
    145144    asymptote is by default not rebuilt, so we have to separately run
    146145    <command>configure</command> and <command>make</command> in its directory.
     
    152151cd texlive-build    &amp;&amp;
    153152
    154 ../configure --prefix=/opt/texlive/2013 \
    155              --bindir=/opt/texlive/2013/bin/x86_64-linux \
    156              --datarootdir=/opt/texlive/2013 \
    157              --includedir=/usr/include \
    158              --infodir=/opt/texlive/2013/texmf-dist/doc/info \
    159              --libdir=/usr/lib \
    160              --mandir=/opt/texlive/2013/texmf-dist/doc/man \
    161              --disable-native-texlive-build \
    162              --disable-static --enable-shared \
    163              --with-system-libgs \
    164              --with-system-poppler \
    165              --with-system-freetype2 \
    166              --with-system-fontconfig \
    167              --with-system-libpng \
    168              --with-system-icu \
    169              --with-system-graphite2 \
    170              --with-system-harfbuzz \
    171              --with-system-xpdf \
    172              --with-system-poppler \
    173              --with-system-cairo \
    174              --with-system-pixman \
    175              --with-system-zlib \
    176              --with-banner-add=" - BLFS" &amp;&amp;
     153../configure                                        \
     154    --prefix=/opt/texlive/2013                      \
     155    --bindir=/opt/texlive/2013/bin/x86_64-linux     \
     156    --datarootdir=/opt/texlive/2013                 \
     157    --includedir=/usr/include                       \
     158    --infodir=/opt/texlive/2013/texmf-dist/doc/info \
     159    --libdir=/usr/lib                               \
     160    --mandir=/opt/texlive/2013/texmf-dist/doc/man   \
     161    --disable-native-texlive-build                  \
     162    --disable-static --enable-shared                \
     163    --with-system-libgs                             \
     164    --with-system-poppler                           \
     165    --with-system-freetype2                         \
     166    --with-system-fontconfig                        \
     167    --with-system-libpng                            \
     168    --with-system-icu                               \
     169    --with-system-graphite2                         \
     170    --with-system-harfbuzz                          \
     171    --with-system-xpdf                              \
     172    --with-system-poppler                           \
     173    --with-system-cairo                             \
     174    --with-system-pixman                            \
     175    --with-system-zlib                              \
     176    --with-banner-add=" - BLFS" &amp;&amp;
    177177
    178178pushd ../utils/asymptote &amp;&amp;
    179 echo "ac_cv_lib_m_sqrt=yes" >config.cache &amp;&amp;
    180 echo "ac_cv_lib_z_deflate=yes" >>config.cache &amp;&amp;
    181 ./configure LIBS="-ltirpc "  --prefix=/opt/texlive/2013/ \
    182  --bindir=/opt/texlive/2013/bin/x86_64-linux \
    183  --enable-texlive-build \
    184  --datarootdir=/opt/texlive/2013/texmf-dist \
    185  --infodir=/opt/texlive/2013/texmf-dist/doc/info/ \
    186  --mandir=/opt/texlive/2013/texmf-dist/doc/man \
    187  --cache-file=config.cache &amp;&amp;
     179    echo "ac_cv_lib_m_sqrt=yes"     >config.cache &amp;&amp;
     180    echo "ac_cv_lib_z_deflate=yes" >>config.cache &amp;&amp;
     181
     182./configure LIBS="-ltirpc "                         \
     183    --prefix=/opt/texlive/2013/                     \
     184    --bindir=/opt/texlive/2013/bin/x86_64-linux     \
     185    --enable-texlive-build                          \
     186    --datarootdir=/opt/texlive/2013/texmf-dist      \
     187    --infodir=/opt/texlive/2013/texmf-dist/doc/info \
     188    --mandir=/opt/texlive/2013/texmf-dist/doc/man   \
     189    --cache-file=config.cache &amp;&amp;
    188190popd &amp;&amp;
    189191
Note: See TracChangeset for help on using the changeset viewer.