source: pst/typesetting/tl-installer.xml@ 8027c69

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 lazarus lxqt 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 8027c69 was 8027c69, checked in by Ken Moffat <ken@…>, 7 years ago

A few tags.

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

  • Property mode set to 100644
File size: 8.9 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 "deb47f94f74989101eefe61a54eda8c8">
11 <!ENTITY tl-installer-date "20160622"> <!-- in the directory name -->
12 <!ENTITY tl-installer-size "3.2 MB">
13
14 <!ENTITY tl-installer-buildsize "4.7 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 &lfs80_checked;
50
51 <bridgehead renderas="sect3">Package Information</bridgehead>
52 <itemizedlist spacing="compact">
53 <listitem>
54 <para>Download (HTTP): <ulink url="&tl-installer-download-http;"/></para>
55 </listitem>
56 <listitem>
57 <para>Download (FTP): <ulink url="&tl-installer-download-ftp;"/></para>
58 </listitem>
59 <listitem>
60 <para>Download MD5 sum: &tl-installer-md5sum; (for &tl-installer-date;)</para>
61 </listitem>
62 <listitem>
63 <para>Download size: &tl-installer-size;</para>
64 </listitem>
65 <listitem>
66 <para>Estimated disk space required: &tl-installer-buildsize;</para>
67 </listitem>
68 <listitem>
69 <para>Estimated build time: &tl-installer-time;</para>
70 </listitem>
71 </itemizedlist>
72
73 <bridgehead renderas="sect4">Recommended</bridgehead>
74 <para role="recommended">
75 <xref linkend="gnupg2"/> (to validate both the initial downloads, and also
76 any updates you might later make using <command>tlmgr</command>.)
77 </para>
78
79 <bridgehead renderas="sect4">Recommended (at runtime)</bridgehead>
80 <para role="recommended">
81 The binaries are mostly linked to included static libraries or
82 general (LFS) system libraries, but a few of the programs
83 and several scripts will fail if the following packages are not present:
84 </para>
85 <para role="recommended">
86 <xref linkend="gs"/> is dynamically loaded by dvisvgm, which is used by
87 <application>asy</application>.
88 </para>
89 <para role="recommended">
90 <xref linkend="xorg7-lib"/> and
91 <xref linkend="libxcb"/> are needed for inimf, mf, pdfclose, pdfopen and
92 xdvi-xaw. But if you are using asy, or using a <application>TeX</application>
93 engine to create a PDF file, you will need an <xref linkend="x-window-system"/>
94 (for PDF files, this is to support a PDF viewer of your choice, for example
95 <xref linkend="epdfview"/>).
96 </para>
97 <para role="recommended">
98 the optional non-wide-character ncurses library (for "some binary-only
99 application") from the bottom of the <application>Ncurses</application>
100 page in LFS is needed by <application>asy</application>
101 and also for xindy.run which is used by <application>xindy</application>
102 </para>
103 <para role="recommended">
104 The binary versions of <application>asy</application> needs
105 <xref linkend="glu"/>, <xref linkend="freeglut"/>. and <ulink
106 url="ftp://ftp.gnu.org/gnu/readline/readline-5.2.tar.gz">libreadline-5.2</ulink>
107 : this only requires <filename>libreadline.so.5.2</filename> which can be
108 manually copied from the <filename class="directory">shlib/</filename>
109 directory after running <command>configure</command> and
110 <command>make</command>
111 and then symlinked as <filename>libreadline.so.5</filename>.
112 </para>
113 <para>
114 As always with contributed binary software, it is possible that the required
115 dependencies may change when the installer is updated.
116 </para>
117 <!-- text for runtime deps, shared with texlive -->
118 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
119 href="../../xincludes/texruntime.xml"/>
120
121 <para condition="html" role="usernotes">User Notes:
122 <ulink url="&blfs-wiki;/tl-installer"/></para>
123
124 </sect2>
125
126 <sect2 role="installation">
127 <title>Binary Installation of TeX Live</title>
128
129 <para>The <application>TeX Live</application> set of programs with its
130 supporting documents, fonts, and utilities is very large. The upstream
131 maintainers recommend placing all files in a single directory structure.
132 BLFS recommends <filename class='directory'>/opt/texlive</filename>.</para>
133
134 <para>As with any other package, unpack the installer and change into its
135 directory, <filename class='directory'>install-tl-&lt;CCYYMMDD&gt;</filename>.
136 This directory name changes when the installer is updated, so replace
137 &lt;CCYYMMDD&gt; by the correct directory name.</para>
138
139 <note>
140 <para>
141 The distribution binaries installed below may use static linking
142 for general linux system libraries. Additional libraries or interpreters
143 as specified in the dependencies section do not need to be present during
144 the install, but the programs that need them will not run until their
145 specific dependencies have been installed.
146 </para>
147
148 <!-- please keep something like this in the future -->
149 <para>
150 With all contributed binary software, there may be a mismatch between the
151 builder's toolchain and your hardware. In most of TeX this will probably
152 not matter, but in uncommon corner cases you might hit problems.
153 e.g. if your x86_64 processor does not support 3dnowext or 3dnow, the
154 2014-06-28 binary failed in conTeXt when running LuaTeX, although lualatex
155 worked, as did the i686 binaries on the same machine. In such cases, the
156 easiest solution is to install texlive from source.
157 </para>
158 </note>
159
160 <para>Now, as the <systemitem class="username">root</systemitem>
161 user:</para>
162
163<screen role="root"><userinput>TEXLIVE_INSTALL_PREFIX=/opt/texlive ./install-tl</userinput></screen>
164
165 <para>This command is interactive and allows selection or modification of
166 platform, packages, directories, and other options. The full installation
167 scheme will require about 4.2 gigabytes of disk space. The time to complete
168 the download will depend on your internet connection speed and the
169 number of packages selected.</para>
170
171 </sect2>
172
173 <sect2 role="commands">
174 <title>Command Explanations</title>
175
176 <para>
177 <option>./install-tl --location
178 http://mirror.aut.ac.nz/CTAN/systems/texlive/tlnet/</option>: use a
179 variation of this if you wish to use a different mirror, e.g. because
180 you are in New Zealand but the installer chooses to use an Australian
181 mirror. The list of mirrors is at http://ctan.org/mirrors.
182 </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.