source: pst/typesetting/texlive.xml@ b448eac

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 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 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 b448eac was b448eac, checked in by Pierre Labastie <pieere@…>, 9 years ago

Add --with-system-libpaper for texlive

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

  • Property mode set to 100644
File size: 11.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 texlive-download-http " ">
8 <!ENTITY texlive-download-ftp "ftp://tug.org/texlive/historic/&texlive-year;/texlive-&texlive-version;-source.tar.xz">
9 <!ENTITY texlive-md5sum "09ee265ff51637827559affc7304078c">
10 <!ENTITY texlive-size "40 MB">
11
12 <!ENTITY texlive-buildsize "3.6 GB including the additional download">
13 <!ENTITY texlive-time "8.2 SBU including the additional download">
14
15 <!ENTITY texlive-texmf-download-http " ">
16 <!ENTITY texlive-texmf-download-ftp "ftp://tug.org/texlive/historic/&texlive-year;/texlive-&texlive-version;-texmf.tar.xz">
17 <!ENTITY texlive-texmf-md5sum "645a6f1d3a0ef4a9c279dae02588eab7">
18 <!ENTITY texlive-texmf-size "1.7 GB">
19
20]>
21
22
23<sect1 id="texlive" xreflabel="texlive-&texlive-version;">
24 <?dbhtml filename="texlive.html"?>
25
26 <sect1info>
27 <othername>$LastChangedBy$</othername>
28 <date>$Date$</date>
29 </sect1info>
30
31 <title>texlive-&texlive-version;-source</title>
32
33 <indexterm zone="texlive">
34 <primary sortas="a-texlive">texlive</primary>
35 </indexterm>
36
37 <sect2 role="package">
38 <title>Introduction to TeX Live from source</title>
39
40 <para>Most of TeX Live can be built from source without a pre-existing
41 installation, but <application>xindy</application> (for indexing) needs
42 working versions of <command>latex</command> and <command>pdflatex</command>
43 when configure is run, and the testsuite and install for
44 <command>asy</command> (for vector graphics) will fail if TeX has not
45 already been installed. Additionally, <application>biber</application> is
46 not provided within the <application>texlive</application> source.</para>
47
48 <para>All of those packages are dealt with on their own pages and can be
49 built after installing this package and proceeding to
50 <xref linkend="tex-path"/>.</para>
51
52 &lfs76_checked;
53
54 <bridgehead renderas="sect3">Package Information</bridgehead>
55 <itemizedlist spacing="compact">
56 <listitem>
57 <para>Download (HTTP): <ulink url="&texlive-download-http;"/></para>
58 </listitem>
59 <listitem>
60 <para>Download (FTP): <ulink url="&texlive-download-ftp;"/></para>
61 </listitem>
62 <listitem>
63 <para>Download MD5 sum: &texlive-md5sum;</para>
64 </listitem>
65 <listitem>
66 <para>Download size: &texlive-size;</para>
67 </listitem>
68 <listitem>
69 <para>Estimated disk space required: &texlive-buildsize;</para>
70 </listitem>
71 <listitem>
72 <para>Estimated build time: &texlive-time;</para>
73 </listitem>
74 </itemizedlist>
75
76 <bridgehead renderas="sect3">Required Additional Download</bridgehead>
77
78 <para>Much of the texlive environment (including scripts, documentation,
79 fonts and various other files) is not part of the source tarball. You must
80 download it separately. This will give you all of the additional files
81 which are provided by a full install of the binary version, there is no
82 realistic way to restrict which parts get installed.</para>
83
84 <para>
85 Because of the size of this package, it is unlikely to be mirrored by
86 BLFS mirrors. In case of difficulty, go to http://www.ctan.org/mirrors/
87 to find a more-accessible mirror.
88 </para>
89
90 <itemizedlist spacing="compact">
91 <listitem>
92 <para>Download (HTTP): <ulink url="&texlive-texmf-download-http;"/></para>
93 </listitem>
94 <listitem>
95 <para>Download (FTP): <ulink url="&texlive-texmf-download-ftp;"/></para>
96 </listitem>
97 <listitem>
98 <para>Download MD5 sum: &texlive-texmf-md5sum;</para>
99 </listitem>
100 <listitem>
101 <para>Download size: &texlive-texmf-size;</para>
102 </listitem>
103 </itemizedlist>
104
105 <bridgehead renderas="sect3">TeX Live from source Dependencies</bridgehead>
106
107 <bridgehead renderas="sect4">Recommended</bridgehead>
108 <para role="recommended">
109 <xref linkend="x-window-system"/>
110 </para>
111
112 <!-- text for recommended libraries, shared with texlive itself -->
113 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
114 href="../../xincludes/texrecommendlibs.xml"/>
115
116 <bridgehead renderas="sect4">Optional</bridgehead>
117 <!-- text for optional deps, shared with texlive itself -->
118 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
119 href="../../xincludes/texoptional.xml"/>
120
121 <bridgehead renderas="sect4">Runtime dependencies</bridgehead>
122 <!-- text for runtime deps, shared with tl-installer -->
123 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
124 href="../../xincludes/texruntime.xml"/>
125
126 <para condition="html" role="usernotes">User Notes:
127 <ulink url="&blfs-wiki;/texlive"/></para>
128
129 </sect2>
130
131 <sect2 role="installation">
132 <title>Installation of TeX Live</title>
133
134 <para>
135 Install TeX Live by running the following commands:
136 </para>
137
138<!-- the configure switches should be identical to those in the
139 first part of texlive itself -->
140<screen><userinput>TEXARCH=$(uname -m | sed -e 's/i.86/i386/' -e 's/$/-linux/') &amp;&amp;
141mkdir texlive-build &amp;&amp;
142cd texlive-build &amp;&amp;
143
144../configure \
145 --prefix=/opt/texlive/&texlive-year; \
146 --bindir=/opt/texlive/&texlive-year;/bin/$TEXARCH \
147 --datarootdir=/opt/texlive/&texlive-year; \
148 --includedir=/usr/include \
149 --infodir=/opt/texlive/&texlive-year;/texmf-dist/doc/info \
150 --libdir=/usr/lib \
151 --mandir=/opt/texlive/&texlive-year;/texmf-dist/doc/man \
152 --disable-native-texlive-build \
153 --disable-static --enable-shared \
154 --with-system-cairo \
155 --with-system-fontconfig \
156 --with-system-freetype2 \
157 --with-system-graphite2 \
158 --with-system-harfbuzz \
159 --with-system-icu \
160 --with-system-libgs \
161 --with-system-libpaper \
162 --with-system-libpng \
163 --with-system-pixman \
164 --with-system-poppler \
165 --with-system-xpdf \
166 --with-system-zlib \
167 --with-banner-add=" - BLFS" &amp;&amp;
168unset TEXARCH &amp;&amp;
169
170make</userinput></screen>
171
172 <para>To test the results, issue: <command>make -k check</command>
173 One test in each of web2c, dvipng and ttf2pk2 will SKIP because kpathsea
174 has not yet been installed.</para>
175
176 <para>Now, as the <systemitem class="username">root</systemitem>
177 user:</para>
178
179<screen role="root"><userinput>make install &amp;&amp;
180make texlinks</userinput></screen>
181
182 <para>And now, install the additional files as the
183 <systemitem class="username">root</systemitem> user:</para>
184
185<screen role="root"><userinput>mkdir -pv /opt/texlive/&texlive-year; &amp;&amp;
186tar -xf ../texlive-&texlive-version;-texmf.tar.xz -C /opt/texlive/&texlive-year; --strip-components=1</userinput></screen>
187
188 <para>Now proceed to <xref linkend="tex-path"/>.</para>
189
190 </sect2>
191
192 <sect2 role="commands">
193 <title>Command Explanations</title>
194
195 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
196 href="../../xincludes/tex-prefix.xml"/>
197
198 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
199 href="../../xincludes/tex-lib.xml"/>
200
201 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
202 href="../../xincludes/static-libraries.xml"/>
203
204 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
205 href="../../xincludes/tex-shared.xml"/>
206
207 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
208 href="../../xincludes/tex-system.xml"/>
209
210<!-- <para>
211 <parameter>\-\-with-system-xpdf</parameter>: Uniquely, this parameter has
212 a non-standard meaning, it tells <command>configure</command> to use the
213 system-installed <application>poppler</application> headers and library.
214 Again, omit this if you have not installed
215 <application>poppler</application>.
216 </para> -->
217 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
218 href="../../xincludes/tex-xpdf.xml"/>
219
220 <para>
221 <option>--without-x</option>: use this if you do not have Xorg installed.
222 </para>
223
224 <para>
225 <parameter>make texlinks</parameter> : this runs the texlinks.sh script
226 to create (or recreate) symbolic links from formats to engines. In
227 practice, several of the targets such as <command>xetex</command> are now
228 separate binaries and for these it will report "file already exists".
229 </para>
230 <para>
231 <parameter>tar -xf texlive-&texlive-version;-texmf.tar.xz -C /opt/texlive/&texlive-year; --strip-components=1</parameter>:
232 the tarball contains the files for the texmf-dist directory, and because
233 of its size we do not want to waste time and space untarring it and then
234 copying the files.
235 </para>
236
237 </sect2>
238
239 <sect2 role="content">
240 <title>Contents</title>
241
242 <segmentedlist>
243 <segtitle>Installed Programs</segtitle>
244 <segtitle>Installed Libraries</segtitle>
245 <segtitle>Installed Directories</segtitle>
246
247 <seglistitem>
248 <seg>Over 300 binaries and symlinks to scripts</seg>
249 <seg>libkpathsea.so, libptexenc.so</seg>
250 <seg>/opt/texlive/&texlive-year;/bin, /opt/texlive/&texlive-year;/texmf-dist,
251 /usr/include/kpathsea, /usr/include/ptexenc</seg>
252 </seglistitem>
253 </segmentedlist>
254
255 <variablelist>
256 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
257 <?dbfo list-presentation="list"?>
258 <?dbhtml list-presentation="table"?>
259
260 <varlistentry id="texlive-programs">
261 <term><command>TeX&nbsp;programs</command></term>
262 <listitem>
263 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
264 href="../../xincludes/texprogs.xml"/>
265 <indexterm zone="texlive texlive-programs">
266 <primary sortas="b-texlive-programs">TeX Live programs</primary>
267 </indexterm>
268 </listitem>
269 </varlistentry>
270
271 <varlistentry id="libkpathsea">
272 <term><filename class="libraryfile">libkpathsea.so</filename></term>
273 <listitem>
274 <para>
275 (kpathsearch) exists to look up a file in a list of directories.
276 </para>
277 <indexterm zone="texlive libkpathsea">
278 <primary sortas="c-libkpathsea">libkpathsea.so</primary>
279 </indexterm>
280 </listitem>
281 </varlistentry>
282
283 <varlistentry id="libptexenc">
284 <term><filename class="libraryfile">libptexenc.so</filename></term>
285 <listitem>
286 <para>
287 is a library for Japanese pTeX (publishing TeX).
288 </para>
289 <indexterm zone="texlive libptexenc">
290 <primary sortas="c-libptexenc">libptexenc.so</primary>
291 </indexterm>
292 </listitem>
293 </varlistentry>
294 </variablelist>
295
296 </sect2>
297
298</sect1>
Note: See TracBrowser for help on using the repository browser.