source: pst/typesetting/tl-installer.xml@ 0e9ca44

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 9.0 9.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt 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 0e9ca44 was 0e9ca44, checked in by Bruce Dubbs <bdubbs@…>, 5 years ago

Make dvisvgm an external dependency of asymptote.

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

  • Property mode set to 100644
File size: 9.4 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
98 the external application <ulink url="https://dvisvgm.de/">dvisvgm></ulink>,
99 which is used by <application>asy</application> when that creates SVG
100 files.
101 </para>
102 <para role="recommended">
103 <xref role="runtime" linkend="xorg7-lib"/> and
104 <xref role="runtime" linkend="libxcb"/> are needed for inimf, mf,
105 pdfclose, pdfopen and xdvi-xaw. But if you are using asy, or using a
106 <application>TeX</application> engine to create a PDF file, you will
107 need an <xref role="runtime" linkend="x-window-system"/> (for PDF files,
108 this is to support a PDF viewer of your choice, for example
109 <xref role="nodep" linkend="epdfview"/>).
110 </para>
111 <para role="recommended">
112 the optional non-wide-character ncurses library (for "some binary-only
113 application") from the bottom of the <application>Ncurses</application>
114 page in LFS is needed
115 for xindy.run which is used by <application>xindy</application>
116 </para>
117 <para role="recommended">
118 The binary version of <application>asy</application> needs
119 <xref linkend="freeglut"/>.
120 </para>
121 <para>
122 As always with contributed binary software, it is possible that the required
123 dependencies may change when the installer is updated. In particular, these
124 dependencies have only been checked on x86_64.
125 </para>
126 <!-- text for runtime deps, shared with texlive -->
127 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
128 href="../../xincludes/texruntime.xml"/>
129
130 <para condition="html" role="usernotes">User Notes:
131 <ulink url="&blfs-wiki;/tl-installer"/></para>
132
133 </sect2>
134
135 <sect2 role="installation">
136 <title>Binary Installation of TeX Live</title>
137
138 <para>The <application>TeX Live</application> set of programs with its
139 supporting documents, fonts, and utilities is very large. The upstream
140 maintainers recommend placing all files in a single directory structure.
141 BLFS recommends <filename class='directory'>/opt/texlive</filename>.</para>
142
143 <para>As with any other package, unpack the installer and change into its
144 directory, <filename class='directory'>install-tl-&lt;CCYYMMDD&gt;</filename>.
145 This directory name changes when the installer is updated, so replace
146 &lt;CCYYMMDD&gt; by the correct directory name.</para>
147
148 <note>
149 <para>
150 The distribution binaries installed below may use static linking
151 for general linux system libraries. Additional libraries or interpreters
152 as specified in the dependencies section do not need to be present during
153 the install, but the programs that need them will not run until their
154 specific dependencies have been installed.
155 </para>
156
157 <!-- please keep something like this in the future -->
158 <para>
159 With all contributed binary software, there may be a mismatch between the
160 builder's toolchain and your hardware. In most of TeX this will probably
161 not matter, but in uncommon corner cases you might hit problems.
162 e.g. if your x86_64 processor does not support 3dnowext or 3dnow, the
163 2014-06-28 binary failed in conTeXt when running LuaTeX, although lualatex
164 worked, as did the i686 binaries on the same machine. In such cases, the
165 easiest solution is to install texlive from source. Similarly, the x86_64
166 binary version of <command>asy</command> runs very slowly when creating 3-D
167 diagrams.
168 </para>
169 </note>
170
171 <para>Now, as the <systemitem class="username">root</systemitem>
172 user:</para>
173
174<screen role="root"><userinput>TEXLIVE_INSTALL_PREFIX=/opt/texlive ./install-tl</userinput></screen>
175
176 <para>This command is interactive and allows selection or modification of
177 platform, packages, directories, and other options. The full installation
178 scheme will require about 4.9 gigabytes of disk space. The time to complete
179 the download will depend on your internet connection speed and the
180 number of packages selected.</para>
181
182 </sect2>
183
184 <sect2 role="commands">
185 <title>Command Explanations</title>
186
187 <para>
188 <option>./install-tl --location
189 http://mirror.aut.ac.nz/CTAN/systems/texlive/tlnet/</option>: use a
190 variation of this if you wish to use a different mirror, e.g. because
191 you are in New Zealand but the installer chooses to use an Australian
192 mirror. The list of mirrors is at http://ctan.org/mirrors.
193 </para>
194
195 </sect2>
196
197 <sect2 role="content">
198 <title>Contents</title>
199
200 <segmentedlist>
201 <segtitle>Installed Programs</segtitle>
202 <segtitle>Installed Libraries</segtitle>
203 <segtitle>Installed Directories</segtitle>
204
205 <seglistitem>
206 <seg>Over 300 binaries and symlinks to scripts</seg>
207 <seg>None</seg>
208 <seg>/opt/texlive</seg>
209 </seglistitem>
210 </segmentedlist>
211
212 <variablelist>
213 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
214 <?dbfo list-presentation="list"?>
215 <?dbhtml list-presentation="table"?>
216
217 <varlistentry id="tl-installer-programs">
218 <term><command>TeX&nbsp;programs</command></term>
219 <listitem>
220 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
221 href="../../xincludes/texprogs.xml"/>
222 <indexterm zone="tl-installer tl-installer-programs">
223 <primary sortas="b-tl-installer-programs">TeX Live programs</primary>
224 </indexterm>
225 </listitem>
226 </varlistentry>
227 </variablelist>
228
229 </sect2>
230
231</sect1>
Note: See TracBrowser for help on using the repository browser.