diff options
author | Karl Berry <karl@freefriends.org> | 2008-05-09 23:39:24 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-05-09 23:39:24 +0000 |
commit | cdbd4229611dea992c3febc811642483889342a8 (patch) | |
tree | b372c4ecf7346580eeea81901d96e290532ce896 /Build | |
parent | a8a5d29891a120ca4b4822753e18e43400d17abb (diff) |
mention build.html
git-svn-id: svn://tug.org/texlive/trunk@7998 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r-- | Build/source/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Build/source/README b/Build/source/README index 7fed5088bd3..0e8df235e9f 100644 --- a/Build/source/README +++ b/Build/source/README @@ -2,6 +2,9 @@ $Id$ Copyright 2004, 2006, 2007, 2008 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. |