Updated to version 2.0.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@689 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Billy O 'Connor 2003-02-11 06:17:59 +00:00
parent 4e7392184e
commit ac7ef774fd
2 changed files with 8 additions and 8 deletions

View File

@ -8,14 +8,14 @@ working directory, containing the three TeX tar balls.</para>
<para>Install TeX by running the following commands:</para>
<para><screen><userinput>mkdir -p /usr/share/texmf &amp;&amp;
tar zxvf teTeX-src-&tex-version;.tar.gz &amp;&amp;
cd teTeX-&tex-version; &amp;&amp;
gzip -dc ../teTeX-texmf-&tex-version;.tar.gz \
tar zxvf tetex-src-&tex-version;.tar.gz &amp;&amp;
cd tetex-src-&tex-version; &amp;&amp;
gzip -dc ../tetex-texmf-&tex-version;.tar.gz \
| (umask 0; cd /usr/share/texmf; tar xvf -)</userinput></screen></para>
<para>If the optional texmf source code tar ball was downloaded, untar
it now:</para>
<para><screen><userinput>gzip -dc ../teTeX-texmfsrc-&tex-version;.tar.gz \
<para><screen><userinput>gzip -dc ../tetex-texmfsrc-&tex-version;.tar.gz \
| (umask 0; cd /usr/share/texmf; tar xvf -)</userinput></screen></para>
<para><screen><userinput>./configure --with-x=no --prefix=/usr \

View File

@ -4,8 +4,8 @@
<!ENTITY tex-desc SYSTEM "tex-desc.xml">
<!ENTITY tex-exp SYSTEM "tex-exp.xml">
<!ENTITY tex-buildsize "175 MB">
<!ENTITY tex-version "1.0">
<!ENTITY tex-download-http "ftp://sunsite.informatik.rwth-aachen.de/pub/comp/tex/teTeX/1.0/distrib/sources/teTeX-src-1.0.tar.gz">
<!ENTITY texmf-download-ftp "ftp://sunsite.informatik.rwth-aachen.de/pub/comp/tex/teTeX/1.0/distrib/sources/teTeX-texmf-1.0.tar.gz">
<!ENTITY texmfsrc-download-ftp "ftp://sunsite.informatik.rwth-aachen.de/pub/comp/tex/teTeX/1.0/distrib/sources/teTeX-texmfsrc-1.0.tar.gz">
<!ENTITY tex-version "2.0">
<!ENTITY tex-download-http "ftp://sunsite.informatik.rwth-aachen.de/pub/comp/tex/teTeX/1.0/distrib/sources/tetex-src-&tex-version;.tar.gz">
<!ENTITY texmf-download-ftp "ftp://sunsite.informatik.rwth-aachen.de/pub/comp/tex/teTeX/1.0/distrib/sources/tetex-texmf-&tex-version;.tar.gz">
<!ENTITY texmfsrc-download-ftp "ftp://sunsite.informatik.rwth-aachen.de/pub/comp/tex/teTeX/1.0/distrib/sources/tetex-texmfsrc-&tex-version;.tar.gz">
<!ENTITY tex-size "52 MB">