mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
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:
parent
4e7392184e
commit
ac7ef774fd
@ -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 &&
|
||||
tar zxvf teTeX-src-&tex-version;.tar.gz &&
|
||||
cd teTeX-&tex-version; &&
|
||||
gzip -dc ../teTeX-texmf-&tex-version;.tar.gz \
|
||||
tar zxvf tetex-src-&tex-version;.tar.gz &&
|
||||
cd tetex-src-&tex-version; &&
|
||||
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 \
|
||||
|
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user