~ubuntu-branches/ubuntu/trusty/texlive-bin/trusty

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
$Id: README 14269 2009-07-15 12:11:15Z karl $
Copyright 2004, 2006, 2007, 2008, 2009 TeX Users Group.
You may freely use, modify and/or distribute this file.

For a high-level overview of building TeX Live, see
http://tug.org/texlive/build.html.

To configure and make the source tree, run ./Build.
To build (mostly) without optimization, run ./Build --debug.
To make without configuring, run TL_CONFIGURE=true ./Build.

(Nearly everything the Build script does can be overridden via
environment variables; just take a look to see all the names.)

Prerequisites:
- GNU make.  If your GNU make is invoked by some name other than `make',
  try setting the envvar TL_MAKE to what is needed.

- GNU clisp and GNU libffcall, must be present for xindy.  See more
  details in utils/README.  (Alternative: Build --disable-xindy.)

- libfontconfig (again both headers and library) must be present for
  XeTeX and xdvipdfmx, except on MacOSX.  (Alternative:
  Build --disable-xetex --disable-xdvipdfmx.)

- X11 headers and libraries must be present for pdfopen and xdvi.
  (Alternative: Build --without-x.)

- If you modify any .y or .l source files, then Bison and Flex (or maybe
  equivalents) are needed.  The distributed .c and .h files are generated
  with bison-2.4.1 and flex-2.5.35.

The binaries will be left in ./inst/bin/<stdplatform>.
For TeX Live, ignore the other files and directories that end up in ./inst.

The new binaries are not directly usable from that location.  Instead,
copy them to Master/bin/<tlplatformname>/.

That should be it for normal builds.  Email tex-live@tug.org if problems.

To make a usable TeX installation, you have to have (thousands of)
support files as well as the binaries that are built here.  The support
files are maintained completely independently.  The best basis for
dealing with them is the TeX Live (plain text) database,
Master/tlpkg/texlive.tlpdb, and/or our installer.  More information is
under Master/tlpkg.  See also http://tug.org/texlive/distro.html.

For unusual situations:

- If your C++ needs to find the standard library in, say, /usr/local/lib,
(i.e., configure fails saying the compiler doesn't work), try:
env LD_OPTIONS=-R/usr/local/lib ./Build

- Running ./reautoconf here reruns auto-tools as needed.  Use --help for more.


Build information:
  amd64-freebsd: built on Freebsd 7.0-RELEASE amd64,
    --with-fontconfig=/usr/local

  hppa-hpux: built on HP-UX 10.20, gcc 3.3.4
    --with-fontconfig=/u/tiarno/fc --without-graphite  --without-luatex
  
  i386-darwin: MacOSX 10.4 with support for 10.3, 10.4, and 10.5

  i386-linux: Debian sarge, gcc 3.3.5, libc 2.3.2, Linux 2.6.9-67.0.4.ELsmp
    chroot /home/texlive/sarge; Build --with-xindy --with-clisp=...
    
  i386-solaris: Solaris 11

  powerpc-darwin: like i386-darwin
  
  powerpc-linux
2.6.26-2-powerpc64 #1 SMP Fri May 29 00:38:20 UTC 2009 ppc64 GNU/Linux
/lib/libc.so.6, GNU C Library (EGLIBC) stable release version 2.9

  sparc-solaris
OS: Sun Solaris 8
compiler: Sun Studio 11
bison (GNU Bison) 2.3
flex version 2.5.4
GNU m4 1.4.5
GNU Make 3.81
  xe(la)tex and xdvipdfmx depend on fontconfig.
  Because Solaris 8 does not include fontconfig, we used fontconfig
  package (version 2.3.2) from http://www.blastwave.org/
  (together with its dependencies)

  sparc-linux (utah)
kernel: 2.4.28-sparc-r1
/lib/libc-2.3.3.so
gcc version 3.3.4 20040623 (Gentoo Linux 3.3.4-r1, ssp-3.3.2-2, pie-8.7.6)
make 3.81

  powerpc-aix
OS: AIX 4.3
compiler: IBM C for AIX Compiler, Version 5 (xlc)
bison (GNU Bison) 1.34
flex version 2.5.4
GNU m4 1.4
GNU Make 3.79.1
  xe(la)tex and xdvipdfmx depend on fontconfig.
  You can download fontconfig for AIX from
  http://www-03.ibm.com/servers/aix/products/aixos/linux/download.html
  ftp://ftp.software.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc/fontconfig/

  alpha-linux
OS: Debian GNU/Linux 4.0 (Etch), kernel 2.6.18
gcc (GCCC) 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)
bison (GNU Bison) 2.3
flex 2.5.33
GNU M4 1.4.8
GNU Make 3.81
  Remarks:
  - you have to set the ulimit high enough before compiling clisp and texlive
      ulimit -s 16384
    did suffice for me
  - compiling of texk/web2c/pdftexdir/writezip.c is broken and triggers a 
    compiler error with the above gcc. Disabling optimization -O2 using
    Build --debug ... resolved this problem.
  - compilation of clisp needs hand adding -lavcall -lcallback -ltrampoline 
    -lvacall after the -lsigsegv
  - asy compilation with --disable-gsl && make