summaryrefslogtreecommitdiff
path: root/Build/source/README
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-12-10 22:32:08 +0000
committerKarl Berry <karl@freefriends.org>2006-12-10 22:32:08 +0000
commit037db85a75bcbddfd3925d81838b857a0726cb43 (patch)
tree9044b15387fbacdb22233cb57163bd29ea5f5080 /Build/source/README
parentb3a6a00000f368361d35bf3abe6de8c80507ac50 (diff)
need fontconfig and terminal
git-svn-id: svn://tug.org/texlive/trunk@2676 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/README')
-rw-r--r--Build/source/README10
1 files changed, 8 insertions, 2 deletions
diff --git a/Build/source/README b/Build/source/README
index b79a8504a16..72e6af18e0a 100644
--- a/Build/source/README
+++ b/Build/source/README
@@ -6,9 +6,15 @@ You may freely use, modify and/or distribute this file.
To build the source tree, run ./Build.
To build (mostly) without optimization, try CFLAGS=-g Build.
+The fontconfig (development) library must be present for XeTeX to build.
+Some terminal (development) library must be present for Texinfo to build.
+
The binaries will be left in ./inst/bin/<stdplatform>.
-Then copy the binaries to texmf/bin/<tlplatform> and p4 add/edit/delete them.
-(Don't worry about the other files and directories in inst.)
+Don't worry about the other files and directories in inst.
+
+If you are going to check them in yourself, copy the binaries to
+texmf/bin/<tlplatform> and svn add/remove/commit them.
+
Running ./reautoconf here reruns autoconf, both old (the hacked 2.13
we have here) and new (assumed to be in /usr/bin/autoconf).