source: pst/typesetting/tl-installer.xml@ b7068390

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.6 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind 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 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since b7068390 was 8c1b9f7, checked in by Ken Moffat <ken@…>, 10 years ago

Tags, and fix install-tl-unx deps for i686.

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

  • Property mode set to 100644
File size: 9.1 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY tl-installer-download-http "http://mirror.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz">
8
9 <!ENTITY tl-installer-download-ftp " ">
10 <!ENTITY tl-installer-md5sum "f5b1e909d5c2380cefd2cda83d288c00">
11 <!ENTITY tl-installer-date "20140628"> <!-- in the directory name -->
12 <!ENTITY tl-installer-size "3.2 MB">
13
14 <!ENTITY tl-installer-buildsize "3.8 GB">
15 <!ENTITY tl-installer-time "varies, depending on network speed and traffic">
16]>
17
18<sect1 id="tl-installer" xreflabel="install-tl-unx">
19 <?dbhtml filename="tl-installer.html"?>
20
21 <sect1info>
22 <othername>$LastChangedBy$</othername>
23 <date>$Date$</date>
24 </sect1info>
25
26 <title>install-tl-unx</title>
27
28 <indexterm zone="tl-installer">
29 <primary sortas="a-install-tl-unx">install-tl-unx</primary>
30 </indexterm>
31
32 <sect2 role="package">
33 <title>Introduction to TeX Live and its installer</title>
34
35 <para>The <application>TeX Live</application> package is a comprehensive
36 TeX document production system. It includes TeX, LaTeX2e, ConTeXt,
37 Metafont, MetaPost, BibTeX and many other programs; an extensive collection
38 of macros, fonts and documentation; and support for typesetting in many
39 different scripts from around the world.</para>
40
41 <para>It is necessary to use a binary installer for the first install.
42 This will provide the programs, the scripts, and a lot of supporting files
43 and documentation. After that, you can rebuild the programs from source
44 by following the instructions for <xref linkend="texlive"/> and
45 <xref linkend="biber"/>. The installer
46 is updated frequently, so its md5sum will change if it is newer than what
47 is shown below. Newer versions of the installer are expected to work with
48 these instructions, for so long as they install to a
49 <filename class="directory">&texlive-year;/</filename> directory.</para>
50
51 &lfs76_checked;
52
53 <bridgehead renderas="sect3">Package Information</bridgehead>
54 <itemizedlist spacing="compact">
55 <listitem>
56 <para>Download (HTTP): <ulink url="&tl-installer-download-http;"/></para>
57 </listitem>
58 <listitem>
59 <para>Download (FTP): <ulink url="&tl-installer-download-ftp;"/></para>
60 </listitem>
61 <listitem>
62 <para>Download MD5 sum: &tl-installer-md5sum; (at &tl-installer-date;)</para>
63 </listitem>
64 <listitem>
65 <para>Download size: &tl-installer-size;</para>
66 </listitem>
67 <listitem>
68 <para>Estimated disk space required: &tl-installer-buildsize;</para>
69 </listitem>
70 <listitem>
71 <para>Estimated build time: &tl-installer-time;</para>
72 </listitem>
73 </itemizedlist>
74
75 <bridgehead renderas="sect4">Recommended (at runtime)</bridgehead>
76 <para role="recommended">
77 The binaries are mostly linked to static libraries such as
78 <filename class="libraryfile">libc.a</filename>, but a few of the programs
79 and several scripts will fail if the following packages are not present.
80 </para>
81 <para>
82 <xref linkend="gs"/> is dynamically loaded by dvisvgm, which is used by
83 <application>asy</application>.
84 </para>
85 <para>
86 <xref linkend="xorg7-lib"/> and
87 <xref linkend="libxcb"/> are needed for asy, inimf, mf, pdfclose, pdfopen
88 and xdvixaw. But if you are using <application>TeX</application> to create
89 a PDF file, you will need an <xref linkend="x-window-system"/> to support a
90 PDF viewer of your choice, for example <xref linkend="epdfview"/>.
91 </para>
92 <para>
93 <ulink url="http://www.fftw.org/">FFTW</ulink> is used by the binary version
94 of asy, at least on i686.
95 </para>
96 <para>
97 <ulink
98 url="ftp://ftp.gnu.org/gnu/readline/readline-5.2.tar.gz">libreadline-5.2</ulink>
99 is used by the binary version of asy, at least on i686 : this only requires
100 <filename>libreadline.so.5.2</filename> which can be manually copied from
101 the <filename class="directory">shm/</filename> directory after running
102 <command>configure</command> and <command>make</command> and then
103 symlinked as <filename>libreadline.so.5</filename>.
104 </para>
105 <para>
106 the optional non-wide-character ncurses library (for "some binary-only
107 application") from the bottom of the <application>Ncurses</application>
108 page in LFS is needed for xindy.run which is used by
109 <application>xindy</application>
110 </para>
111 <para>
112 <xref linkend="python2"/> is used by many scripts.
113 </para>
114 <para>
115 <xref linkend="ruby"/> is used by some scripts, mostly within mtx_context
116 which is part of <application>conTeXt</application>.
117 </para>
118
119 <para condition="html" role="usernotes">User Notes:
120 <ulink url="&blfs-wiki;/tl-installer"/></para>
121
122 </sect2>
123
124 <sect2 role="installation">
125 <title>Binary Installation of TeX Live</title>
126
127 <para>The <application>TeX Live</application> set of programs with its
128 supporting documents, fonts, and utilities is very large. The upstream
129 maintainers recommend placing all files in a single directory structure.
130 BLFS recommends <filename class='directory'>/opt/texlive</filename>.</para>
131
132 <para>As with any other package, unpack the installer and change into its
133 directory, <filename class='directory'>install-tl-&lt;CCYYMMDD&gt;</filename>.
134 This directory name changes when the installer is updated, so replace
135 &lt;CCYYMMDD&gt; by the correct directory name.</para>
136
137 <note><para>The distribution binaries installed below use static linking
138 for general linux system libraries. Additional libraries or interpreters
139 as specified in the dependencies section do not need to be present during
140 the install, but the programs that need them will not run until their
141 specific dependencies have been installed.</para></note>
142
143 <para>Now, as the <systemitem class="username">root</systemitem>
144 user:</para>
145
146<screen><userinput role="root">TEXLIVE_INSTALL_PREFIX=/opt/texlive ./install-tl</userinput></screen>
147
148 <para>This command is interactive and allows selection or modification of
149 platform, packages, directories, and other options. The full installation
150 scheme will require about 3.8 gigabytes of disk space. The time to complete
151 the download will depend on your internet connection speed and the
152 number of packages selected.</para>
153
154 <para>After the package download is complete, the next step is to make sure
155 that the system can properly find the files. If you set up your login
156 scripts as recommended in <xref linkend='postlfs-config-profile'/>, update
157 the needed paths by appending to the
158 <filename>extrapaths.sh</filename> script. The programs are always
159 installed in an &lt;ARCH&gt;-linux subdirectory and on 32-bit x86 this is
160 always i386-linux. For x86_64 and i?86 we can generate this as $TEXARCH:
161 </para>
162
163<!-- EOF should NOT be in double quotes, we want it to evaluate $TEXARCH -->
164<screen><userinput role="root">export TEXARCH=$(uname -m | sed -e 's/i.86/i386/' -e 's/$/-linux/') &amp;&amp;
165cat &gt;&gt; /etc/profile.d/extrapaths.sh &lt;&lt; EOF
166pathappend /usr/share/man MANPATH
167pathappend /opt/texlive/&texlive-year;/texmf-dist/doc/man MANPATH
168pathappend /usr/share/info INFOPATH
169pathappend /opt/texlive/&texlive-year;/texmf-dist/doc/info INFOPATH
170pathappend /opt/texlive/&texlive-year;/bin/$TEXARCH
171EOF
172unset TEXARCH</userinput></screen>
173
174 <note><para>The standard MANPATH and INFOPATH path are specified above to
175 ensure they are included. If they are already set in the boot script
176 procedure, the pathappend function will ensure duplicates are
177 removed, so including them here will do no harm.</para></note>
178
179 <para>The new paths can be immediately activated by running <command>source
180 /etc/profile</command>.</para>
181
182 <para>At this point the binary installation is complete.</para>
183
184 </sect2>
185
186 <sect2 role="content">
187 <title>Contents</title>
188
189 <segmentedlist>
190 <segtitle>Installed Programs</segtitle>
191 <segtitle>Installed Libraries</segtitle>
192 <segtitle>Installed Directories</segtitle>
193
194 <seglistitem>
195 <seg>Over 300 binaries and symlinks to scripts</seg>
196 <seg>None</seg>
197 <seg>/opt/texlive</seg>
198 </seglistitem>
199 </segmentedlist>
200
201 <variablelist>
202 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
203 <?dbfo list-presentation="list"?>
204 <?dbhtml list-presentation="table"?>
205
206 <varlistentry id="tl-installer-programs">
207 <term><command>TeX&nbsp;programs</command></term>
208 <listitem>
209 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
210 href="../../xincludes/texprogs.xml"/>
211 <indexterm zone="tl-installer tl-installer-programs">
212 <primary sortas="b-tl-installer-programs">TeX Live programs</primary>
213 </indexterm>
214 </listitem>
215 </varlistentry>
216 </variablelist>
217
218 </sect2>
219
220</sect1>
Note: See TracBrowser for help on using the repository browser.