diff options
Diffstat (limited to 'Build/source/README.1prerequisites')
-rw-r--r-- | Build/source/README.1prerequisites | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Build/source/README.1prerequisites b/Build/source/README.1prerequisites index 0834359dafb..80f0186cde6 100644 --- a/Build/source/README.1prerequisites +++ b/Build/source/README.1prerequisites @@ -26,7 +26,8 @@ Automake/Autoconf output in general) should work with any reasonable that are not installed by default. 'xetex' - requires 'fontconfig' (again both headers and library). + requires 'fontconfig' (again both headers and library), or, for + MacOSX only, the 'ApplicationServices' and 'Cocoa' frameworks. 'xindy' requires GNU 'clisp' and in addition 'perl', 'latex', and @@ -54,9 +55,8 @@ timestamps--notably, 'use-commit-times' must be set to 'yes' in your Subversion configuration (*note Build system tools::). Barring buggy commits, no infrastructure tools are needed to do a normal build. + As an example, on Debian systems the necessary build dependencies can +be installed via: -Building on Debian ------------------- + apt-get install libfontconfig-dev libx11-dev libxmu-dev libxaw7-dev -On Debian systems the necessary build dependencies are installed by - apt-get install libfontconfig-dev libx11-dev libxmu-dev libxaw7-dev |