@@ -6,20 +6,25 @@ http://tug.org/texlive/build.html. In brief:
66
77- To configure and make the source tree, run ./Build.
88 This builds in subdirectory Work/, and installs into subdirectory inst/.
9+ (Nearly everything the Build script does can be overridden via
10+ environment variables; just take a look at the script for the details.)
911
1012- To build (mostly) without optimization, run ./Build --debug.
1113
1214- If the make fails and you want to rebuild without starting from scratch:
1315 cd Work/whatever/subdir && make
1416
15- Email
[email protected] if problems.
17+ - The result of make install is not a working TeX system, unfortunately.
18+ Much more needs to be done afterwards. For a starting point, see
19+ the "Installing" chapter in the ./doc/tlbuild* document, online at
20+ https://tug.org/texinfohtml/tlbuild.html#Installing. Looking at how
21+ various distros handle TeX can also be useful.
1622
17- (Nearly everything the Build script does can be overridden via
18- environment variables; just take a look to see the names.)
23+ Email
[email protected] if problems with the build.
1924
2025Many more details about the TL build system, such as configuring to work
2126on a single program, adding new programs or libraries, documentation
22- about the many pieces of the system, etc., are in the doc/tlbuild*
27+ about the many pieces of the system, etc., are in the ./ doc/tlbuild*
2328document and the sibling README* files here (which are generated from
2429that document).
2530
0 commit comments