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

7.6-blfs 7.6-systemd kde5-14686 systemd-13485
Last change on this file since b28afcc was b1f9f130, checked in by Christopher Gregory <cjg@…>, 10 years ago

Fixed configure switch formatting on lxdm page. Merged changes from trunk to tl-installer page and updates to libdvdnav and libdvdread.

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

  • Property mode set to 100644
File size: 9.5 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 most of the programs from source
44 by following the instructions for <xref linkend="texlive"/>. The installer
45 is updated frequently, so its md5sum will change if it is newer than what
46 is shown below. Newer versions of the installer are expected to work with
47 these instructions, for so long as they install to a
48 <filename class="directory">&texlive-year;/</filename> directory.</para>
49
50 &lfs76_checked;
51
52 <bridgehead renderas="sect3">Package Information</bridgehead>
53 <itemizedlist spacing="compact">
54 <listitem>
55 <para>Download (HTTP): <ulink url="&tl-installer-download-http;"/></para>
56 </listitem>
57 <listitem>
58 <para>Download (FTP): <ulink url="&tl-installer-download-ftp;"/></para>
59 </listitem>
60 <listitem>
61 <para>Download MD5 sum: &tl-installer-md5sum; (at &tl-installer-date;)</para>
62 </listitem>
63 <listitem>
64 <para>Download size: &tl-installer-size;</para>
65 </listitem>
66 <listitem>
67 <para>Estimated disk space required: &tl-installer-buildsize;</para>
68 </listitem>
69 <listitem>
70 <para>Estimated build time: &tl-installer-time;</para>
71 </listitem>
72 </itemizedlist>
73
74 <bridgehead renderas="sect4">Recommended (at runtime)</bridgehead>
75 <para role="recommended">
76 The binaries are mostly linked to static libraries such as
77 <filename class="libraryfile">libc.a</filename>, but a few of the programs
78 and several scripts will fail if the following packages are not present.
79 </para>
80 <para>
81 <xref linkend="gs"/> is dynamically loaded by dvisvgm, which is used by
82 <application>asy</application>.
83 </para>
84 <para>
85 <xref linkend="xorg7-lib"/> and
86 <xref linkend="libxcb"/> are needed for inimf, mf, pdfclose, pdfopen and
87 xdvixaw. But if you are using asy, or using <application>TeX</application>
88 to create a PDF file, you will need an <xref linkend="x-window-system"/>
89 (for PDF files, this is to support a PDF viewer of your choice, for example
90 <xref linkend="epdfview"/>).
91 </para>
92 <para>
93 the optional non-wide-character ncurses library (for "some binary-only
94 application") from the bottom of the <application>Ncurses</application>
95 page in LFS is needed for xindy.run which is used by
96 <application>xindy</application>
97 </para>
98 <para>
99 If you are building on 32-bit x86, the binary version of asy needs <ulink
100 url="http://www.fftw.org/">FFTW</ulink>, <xref linkend="glu"/> and <ulink
101 url="ftp://ftp.gnu.org/gnu/readline/readline-5.2.tar.gz">libreadline-5.2</ulink>
102 : this only requires <filename>libreadline.so.5.2</filename> which can be
103 manually copied from the <filename class="directory">shm/</filename>
104 directory after running <command>configure</command> and <command>make</command>
105 and then symlinked as <filename>libreadline.so.5</filename>.
106 </para>
107 <para>
108 <xref linkend="python2"/> is used by many scripts.
109 </para>
110 <para>
111 <xref linkend="ruby"/> is used by some scripts, mostly within mtx_context
112 which is part of <application>conTeXt</application>.
113 </para>
114
115 <para condition="html" role="usernotes">User Notes:
116 <ulink url="&blfs-wiki;/tl-installer"/></para>
117
118 </sect2>
119
120 <sect2 role="installation">
121 <title>Binary Installation of TeX Live</title>
122
123 <para>The <application>TeX Live</application> set of programs with its
124 supporting documents, fonts, and utilities is very large. The upstream
125 maintainers recommend placing all files in a single directory structure.
126 BLFS recommends <filename class='directory'>/opt/texlive</filename>.</para>
127
128 <para>First, unpack the installer and change into the installer's
129 directory, <filename class='directory'>install-tl-&lt;CCYYMMDD&gt;</filename>.
130 This directory name changes when the installer is updated, so replace
131 &lt;CCYYMMDD&gt; by the correct directory name.</para>
132
133<screen><userinput>tar -xf install-tl-unx.tar.gz &amp;&amp;
134cd install-tl-&lt;CCYYMMDD&gt; </userinput></screen>
135
136 <note><para>The distribution binaries installed below use static linking
137 for general linux system libraries. Additional libraries or interpreters
138 as specified in the dependencies section do not need to be present during
139 the install, but the programs that need them will not run until their
140 specific dependencies have been installed.</para></note>
141
142 <para>Now, as the <systemitem class="username">root</systemitem>
143 user:</para>
144
145<screen><userinput role="root">TEXLIVE_INSTALL_PREFIX=/opt/texlive ./install-tl</userinput></screen>
146
147 <para>This command is interactive and allows selection or modification of
148 platform, packages, directories, and other options. The full installation
149 scheme will require about 3.8 gigabytes of disk space. The time to complete
150 the download will depend on your internet connection speed and the
151 number of packages selected.</para>
152
153 <para>After the package download is complete, the next step is to make sure
154 that the system can properly find the files. If you set up your login
155 scripts as recommended in <xref linkend='postlfs-config-profile'/>, update
156 the needed paths by appending to the
157 <filename>extrapaths.sh</filename> script. The programs are always
158 installed in an &lt;ARCH&gt;-linux subdirectory.
159 <emphasis>Always</emphasis> replace &lt;ARCH&gt; by x86_64, for 64bit,
160 or by i386, for 32bit, respectively, depending on the architecture that
161 you are using in your actual installation location.</para>
162
163<screen><userinput role="root">cat &gt;&gt; /etc/profile.d/extrapaths.sh &lt;&lt; "EOF"
164pathappend /usr/share/man MANPATH
165pathappend /opt/texlive/&texlive-year;/texmf-dist/doc/man MANPATH
166pathappend /usr/share/info INFOPATH
167pathappend /opt/texlive/&texlive-year;/texmf-dist/doc/info INFOPATH
168pathappend /opt/texlive/&texlive-year;/bin/&lt;ARCH&gt;-linux
169EOF</userinput></screen>
170
171 <note><para>The standard MANPATH and INFOPATH path are specified above to
172 ensure they are included. If they are already set in the boot script
173 procedure, the pathappend function will ensure duplicates are
174 removed, so including them here will do no harm.</para></note>
175
176 <para>The new paths can be immediately activated by running <command>source
177 /etc/profile</command>.</para>
178
179 <para>At this point the binary installation is complete.</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.