Author: ken
Date: Thu Feb 20 09:50:58 2014
New Revision: 12748
Log:
TeX Live cleanups
Modified:
trunk/BOOK/pst/typesetting/texlive.xml
Modified: trunk/BOOK/pst/typesetting/texlive.xml
==============================================================================
--- trunk/BOOK/pst/typesetting/texlive.xml Thu Feb 20 09:21:58 2014
(r12747)
+++ trunk/BOOK/pst/typesetting/texlive.xml Thu Feb 20 09:50:58 2014
(r12748)
@@ -34,7 +34,7 @@
is installed at <xref linkend="tl-installer"/>. Here, we use that to
rebuild
the compiled programs from source.</para>
- &lfs74_checked;
+ &lfs75_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
@@ -139,9 +139,8 @@
what was originally installed.</para>
<para>At the moment, these instructions do not rebuild
- <application>xindy</application> which was installed by the binary
installer.
- If you wish to rebuild that, please consult
- <ulink url="&blfs-ticket-root;4647">#4647</ulink>. Asy and the rest of
+ <application>xindy</application> which was installed by the binary
installer,
+ due to a problem with the tarball's install procedure. Asy and the rest of
asymptote is by default not rebuilt, so we have to separately run
<command>configure</command> and <command>make</command> in its directory.
</para>
@@ -151,40 +150,43 @@
mkdir texlive-build &&
cd texlive-build &&
-../configure --prefix=/opt/texlive/2013 \
- --bindir=/opt/texlive/2013/bin/x86_64-linux \
- --datarootdir=/opt/texlive/2013 \
- --includedir=/usr/include \
- --infodir=/opt/texlive/2013/texmf-dist/doc/info \
- --libdir=/usr/lib \
- --mandir=/opt/texlive/2013/texmf-dist/doc/man \
- --disable-native-texlive-build \
- --disable-static --enable-shared \
- --with-system-libgs \
- --with-system-poppler \
- --with-system-freetype2 \
- --with-system-fontconfig \
- --with-system-libpng \
- --with-system-icu \
- --with-system-graphite2 \
- --with-system-harfbuzz \
- --with-system-xpdf \
- --with-system-poppler \
- --with-system-cairo \
- --with-system-pixman \
- --with-system-zlib \
- --with-banner-add=" - BLFS" &&
+../configure \
+ --prefix=/opt/texlive/2013 \
+ --bindir=/opt/texlive/2013/bin/x86_64-linux \
+ --datarootdir=/opt/texlive/2013 \
+ --includedir=/usr/include \
+ --infodir=/opt/texlive/2013/texmf-dist/doc/info \
+ --libdir=/usr/lib \
+ --mandir=/opt/texlive/2013/texmf-dist/doc/man \
+ --disable-native-texlive-build \
+ --disable-static --enable-shared \
+ --with-system-libgs \
+ --with-system-poppler \
+ --with-system-freetype2 \
+ --with-system-fontconfig \
+ --with-system-libpng \
+ --with-system-icu \
+ --with-system-graphite2 \
+ --with-system-harfbuzz \
+ --with-system-xpdf \
+ --with-system-poppler \
+ --with-system-cairo \
+ --with-system-pixman \
+ --with-system-zlib \
+ --with-banner-add=" - BLFS" &&
pushd ../utils/asymptote &&
-echo "ac_cv_lib_m_sqrt=yes" >config.cache &&
-echo "ac_cv_lib_z_deflate=yes" >>config.cache &&
-./configure LIBS="-ltirpc " --prefix=/opt/texlive/2013/ \
- --bindir=/opt/texlive/2013/bin/x86_64-linux \
- --enable-texlive-build \
- --datarootdir=/opt/texlive/2013/texmf-dist \
- --infodir=/opt/texlive/2013/texmf-dist/doc/info/ \
- --mandir=/opt/texlive/2013/texmf-dist/doc/man \
- --cache-file=config.cache &&
+ echo "ac_cv_lib_m_sqrt=yes" >config.cache &&
+ echo "ac_cv_lib_z_deflate=yes" >>config.cache &&
+
+./configure LIBS="-ltirpc " \
+ --prefix=/opt/texlive/2013/ \
+ --bindir=/opt/texlive/2013/bin/x86_64-linux \
+ --enable-texlive-build \
+ --datarootdir=/opt/texlive/2013/texmf-dist \
+ --infodir=/opt/texlive/2013/texmf-dist/doc/info \
+ --mandir=/opt/texlive/2013/texmf-dist/doc/man \
+ --cache-file=config.cache &&
popd &&
make &&
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page