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

elogind
Last change on this file since fb7ec07 was fb7ec07, checked in by DJ Lucas <dj@…>, 5 years ago

Merge to HEAD 21661.

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

  • Property mode set to 100644
File size: 9.3 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 "e80f92667fb65f38dae88d1c5b22dba3">
11 <!ENTITY tl-installer-date "20190529"> <!-- in the directory name -->
12 <!ENTITY tl-installer-size "3.8 MB">
13
14 <!ENTITY tl-installer-buildsize "6.2 GB if everything is included">
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>This page is for people who wish to use the binary installer to
42 provide the programs, the scripts, and a lot of supporting files and
43 documentation. The installer is updated frequently, so its md5sum will
44 change if it is newer than what is shown below. Newer versions of the
45 installer are expected to work with these instructions, for so long as they
46 install to a
47 <filename class="directory">&texlive-year;/</filename> directory.</para>
48
49 <para>
50 There are two reasons why you may wish to install the binaries in BLFS:
51 either you need a smaller install (e.g. at a minimum plain TeX without
52 LaTeX2e, ConTeXt, etc), or you wish to use <command>tlmgr</command> to
53 get updates whilst this version is supported (typically, until April of
54 the year after it was released). For the latter, you might prefer to
55 install in your <filename class="directory">/home</filename> directory
56 as an unprivileged user, and to then make corresponding changes to the
57 PATH in your <filename>~/.bashrc</filename> or equivalent.
58 </para>
59
60 &lfs84_checked;
61
62 <bridgehead renderas="sect3">Package Information</bridgehead>
63 <itemizedlist spacing="compact">
64 <listitem>
65 <para>Download (HTTP): <ulink url="&tl-installer-download-http;"/></para>
66 </listitem>
67 <listitem>
68 <para>Download (FTP): <ulink url="&tl-installer-download-ftp;"/></para>
69 </listitem>
70 <listitem>
71 <para>Download MD5 sum: &tl-installer-md5sum; (for &tl-installer-date;)</para>
72 </listitem>
73 <listitem>
74 <para>Download size: &tl-installer-size;</para>
75 </listitem>
76 <listitem>
77 <para>Estimated disk space required: &tl-installer-buildsize;</para>
78 </listitem>
79 <listitem>
80 <para>Estimated build time: &tl-installer-time;</para>
81 </listitem>
82 </itemizedlist>
83
84 <bridgehead renderas="sect4">Recommended</bridgehead>
85 <para role="recommended">
86 <xref linkend="gnupg2"/> (to validate both the initial downloads, and also
87 any updates you might later make using <command>tlmgr</command>.)
88 </para>
89
90 <bridgehead renderas="sect4">Recommended (at runtime)</bridgehead>
91 <para role="recommended">
92 The binaries are mostly linked to included static libraries or
93 general (LFS) system libraries, but a few of the programs
94 and several scripts will fail if the following packages are not present:
95 </para>
96 <para role="recommended">
97 <xref role="runtime" linkend="gs"/> is dynamically loaded by dvisvgm,
98 which is used by <application>asy</application> when that creates SVG
99 files.
100 </para>
101 <para role="recommended">
102 <xref role="runtime" linkend="xorg7-lib"/> and
103 <xref role="runtime" linkend="libxcb"/> are needed for inimf, mf,
104 pdfclose, pdfopen and xdvi-xaw. But if you are using asy, or using a
105 <application>TeX</application> engine to create a PDF file, you will
106 need an <xref role="runtime" linkend="x-window-system"/> (for PDF files,
107 this is to support a PDF viewer of your choice, for example
108 <xref role="nodep" linkend="epdfview"/>).
109 </para>
110 <para role="recommended">
111 the optional non-wide-character ncurses library (for "some binary-only
112 application") from the bottom of the <application>Ncurses</application>
113 page in LFS is needed
114 for xindy.run which is used by <application>xindy</application>
115 </para>
116 <para role="recommended">
117 The binary version of <application>asy</application> needs
118 <xref linkend="freeglut"/>.
119 </para>
120 <para>
121 As always with contributed binary software, it is possible that the required
122 dependencies may change when the installer is updated. In particular, these
123 dependencies have only been checked on x86_64.
124 </para>
125 <!-- text for runtime deps, shared with texlive -->
126 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
127 href="../../xincludes/texruntime.xml"/>
128
129 <para condition="html" role="usernotes">User Notes:
130 <ulink url="&blfs-wiki;/tl-installer"/></para>
131
132 </sect2>
133
134 <sect2 role="installation">
135 <title>Binary Installation of TeX Live</title>
136
137 <para>The <application>TeX Live</application> set of programs with its
138 supporting documents, fonts, and utilities is very large. The upstream
139 maintainers recommend placing all files in a single directory structure.
140 BLFS recommends <filename class='directory'>/opt/texlive</filename>.</para>
141
142 <para>As with any other package, unpack the installer and change into its
143 directory, <filename class='directory'>install-tl-&lt;CCYYMMDD&gt;</filename>.
144 This directory name changes when the installer is updated, so replace
145 &lt;CCYYMMDD&gt; by the correct directory name.</para>
146
147 <note>
148 <para>
149 The distribution binaries installed below may use static linking
150 for general linux system libraries. Additional libraries or interpreters
151 as specified in the dependencies section do not need to be present during
152 the install, but the programs that need them will not run until their
153 specific dependencies have been installed.
154 </para>
155
156 <!-- please keep something like this in the future -->
157 <para>
158 With all contributed binary software, there may be a mismatch between the
159 builder's toolchain and your hardware. In most of TeX this will probably
160 not matter, but in uncommon corner cases you might hit problems.
161 e.g. if your x86_64 processor does not support 3dnowext or 3dnow, the
162 2014-06-28 binary failed in conTeXt when running LuaTeX, although lualatex
163 worked, as did the i686 binaries on the same machine. In such cases, the
164 easiest solution is to install texlive from source. Similarly, the x86_64
165 binary version of <command>asy</command> runs very slowly when creating 3-D
166 diagrams.
167 </para>
168 </note>
169
170 <para>Now, as the <systemitem class="username">root</systemitem>
171 user:</para>
172
173<screen role="root"><userinput>TEXLIVE_INSTALL_PREFIX=/opt/texlive ./install-tl</userinput></screen>
174
175 <para>This command is interactive and allows selection or modification of
176 platform, packages, directories, and other options. The full installation
177 scheme will require about 4.9 gigabytes of disk space. The time to complete
178 the download will depend on your internet connection speed and the
179 number of packages selected.</para>
180
181 </sect2>
182
183 <sect2 role="commands">
184 <title>Command Explanations</title>
185
186 <para>
187 <option>./install-tl --location
188 http://mirror.aut.ac.nz/CTAN/systems/texlive/tlnet/</option>: use a
189 variation of this if you wish to use a different mirror, e.g. because
190 you are in New Zealand but the installer chooses to use an Australian
191 mirror. The list of mirrors is at http://ctan.org/mirrors.
192 </para>
193
194 </sect2>
195
196 <sect2 role="content">
197 <title>Contents</title>
198
199 <segmentedlist>
200 <segtitle>Installed Programs</segtitle>
201 <segtitle>Installed Libraries</segtitle>
202 <segtitle>Installed Directories</segtitle>
203
204 <seglistitem>
205 <seg>Over 300 binaries and symlinks to scripts</seg>
206 <seg>None</seg>
207 <seg>/opt/texlive</seg>
208 </seglistitem>
209 </segmentedlist>
210
211 <variablelist>
212 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
213 <?dbfo list-presentation="list"?>
214 <?dbhtml list-presentation="table"?>
215
216 <varlistentry id="tl-installer-programs">
217 <term><command>TeX&nbsp;programs</command></term>
218 <listitem>
219 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
220 href="../../xincludes/texprogs.xml"/>
221 <indexterm zone="tl-installer tl-installer-programs">
222 <primary sortas="b-tl-installer-programs">TeX Live programs</primary>
223 </indexterm>
224 </listitem>
225 </varlistentry>
226 </variablelist>
227
228 </sect2>
229
230</sect1>
Note: See TracBrowser for help on using the repository browser.