summaryrefslogtreecommitdiff
path: root/Build/source/README
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-08-29 18:58:31 +0000
committerKarl Berry <karl@freefriends.org>2011-08-29 18:58:31 +0000
commitbfbd87a0b6c0a2f58a463749e7502f780aaec362 (patch)
treee8f4361d68def893f1caac0c11535213dca602c8 /Build/source/README
parentea33782ecfe04d2116e2aaae0762c62d9736c211 (diff)
typos, etc.
git-svn-id: svn://tug.org/texlive/trunk@23748 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/README')
-rw-r--r--Build/source/README10
1 files changed, 5 insertions, 5 deletions
diff --git a/Build/source/README b/Build/source/README
index 95294336d53..8416cd4c3f9 100644
--- a/Build/source/README
+++ b/Build/source/README
@@ -2,7 +2,7 @@ $Id$
Public domain. Originally written 2005 by Karl Berry.
For a high-level overview of building TeX Live, see
-http://tug.org/texlive/build.html.
+http://tug.org/texlive/build.html. In brief:
To configure and make the source tree, run ./Build.
To build (mostly) without optimization, run ./Build --debug.
@@ -45,13 +45,13 @@ 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,
+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.
+Many more details about the TL build system, such as adding new
+programs or libraries, recompiling after fixing problems, etc., are in
+the other README.* files here.
Build information: