diff options
Diffstat (limited to 'Build/source/README')
-rw-r--r-- | Build/source/README | 10 |
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). |