diff options
-rw-r--r-- | Build/source/README | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Build/source/README b/Build/source/README index 72e6af18e0a..eb02ce320ed 100644 --- a/Build/source/README +++ b/Build/source/README @@ -6,8 +6,11 @@ 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. +- Bison and Flex are needed for web2c. +- libfontconfig (development) must be present for XeTeX to build, except + on MacOSX. +- A terminal (development) library such as libncurses must be present for + Texinfo to build. The binaries will be left in ./inst/bin/<stdplatform>. Don't worry about the other files and directories in inst. |