mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
TeX Live cleanups
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@12748 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
60e892e4e5
commit
d943aa7079
@ -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 &&
|
||||
|
Loading…
Reference in New Issue
Block a user