fix getsup (HH)
[luatex.git] / source / README
blob4505bbada6a5abd9448e4d3ab7fbe9a67b3d5cb0
1 $Id: README 42179 2016-09-29 16:19:03Z karl $
2 Public domain.  Originally written 2005 by Karl Berry.
4 For a high-level overview of building TeX Live, see
5 http://tug.org/texlive/build.html.  In brief:
7 To configure and make the source tree, run ./Build.
8 To build (mostly) without optimization, run ./Build --debug.
9 To make without configuring, run TL_CONFIGURE=true ./Build.
10 Email tlbuild@tug.org if problems.
12 (Nearly everything the Build script does can be overridden via
13 environment variables; just take a look to see the names.)
15 Many more details about the TL build system, such as configuring to work
16 on a single program, adding new programs or libraries, recompiling after
17 fixing problems, etc., are in the doc/tlbuild* document and the sibling
18 README* files here (which are generated from that document).
21 Build information for some of the platforms.
23 i386-linux: gcc 4.9.2, Linux 2.6.18-* (CentOS 5.10, tug.org:~karl/bin/mybuild)
24   Except for dvisvgm, where we must use the system compiler (gcc 4.1.2,
25   Red Hat 4.1.2-54) or libgs.so crashes trying to use gcc 4.8.2's
26   libstdc++.  On the other hand, the system compiler has an optimization
27   bug that causes lcdf-typetools's tfm.test to fail, so it can't be used
28   for everything.  Sigh.
29         
30 x86_64-linux: Debian 5.0 (Lenny), Feb 2009.
31   
32 amd64-netbsd:
33   gcc version 4.5.3 (NetBSD nb2 20110806)
34   NetBSD/amd64 6.1.3
35   TL_MAKE=gmake LDFLAGS='-L/usr/X11R7/lib -Wl,-rpath,/usr/X11R7/lib' ./Build
36   
37 i386-openbsd, amd64-openbsd:
38   e.g., see CONFIGURE_ARGS in the Makefile in
39   http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/print/texlive/base/
41 i386-solaris, x86_64-solaris: Solaris 10.  See doc/README.solaris.
43 i386-cygwin, x86_64-cygwin: gcc-4.8.2, cygwin-1.7.29.
44   ./Build (with --enable-xindy for i386).
46 powerpc-linux (Debian Squeeze):
47   Linux homer 2.6.32-5-powerpc64 #1 SMP Tue Mar 8 02:01:42 UTC 2011
48   ppc64 Debian GNU/Linux 6.0
49   (only the kernel is 64bit, the entire userland is 32bit)
51 sparc-solaris: Solaris 10, gcc.  See doc/README.solaris.
53 universal-darwin, x86_64-darwin: a menagerie of versions.
54   See Master/source/mactexdoc.tar.xz.