diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-03-22 15:42:34 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-03-22 15:42:34 +0000 |
commit | cbc1cd0c0fa2ce847278e354fb17358519ad42d6 (patch) | |
tree | 0f6a717aa9cf05f65ad84e90bfc0ddfa467cea7d /Build/source/README.config | |
parent | ce80ff89bd98a40a048c0420d6eb2886eed84e0e (diff) |
bibtex/bibtex8/bibtexu: bug fix and more updates
git-svn-id: svn://tug.org/texlive/trunk@17528 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/README.config')
-rw-r--r-- | Build/source/README.config | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Build/source/README.config b/Build/source/README.config index 2ab104bdd2d..00a4aedbe21 100644 --- a/Build/source/README.config +++ b/Build/source/README.config @@ -36,10 +36,11 @@ Options specified on the command line will never be modified. If enabled (by default) build for a TeX Live binary distribution as shipped by the user groups; this implies '--enable-multiplatform' and '--enable-cxx-runtime-hack' unless they are explicitly disabled and -enforces '--disable-shared'. +enforces '--disable-shared'. This also requires GNU make. If building TL for a GNU/Linux or other distribution, this would be disabled and system versions of most libraries would be used (see below). +This may require GNU make, but will also try without it. A related option '--enable-texlive-build' is automatically passed to all subdirectories (and can not be disabled). Programs that could also be built @@ -263,6 +264,10 @@ To build xindy docs. --------------------------------- For `make check'. +4.7. MAKE=/path/to/GNU_make +--------------------------------- +For the top-level. + Happy building. Please use the tlbuild list for questions or discussion: http://lists.tug.org/tlbuild. |