diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-05-14 07:43:09 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-05-14 07:43:09 +0000 |
commit | bfa06ebb7d339ad013b73442f691c0187783c2ec (patch) | |
tree | a3f2ed05acd396af4bb13e081b4756bbee60ddbf /Build/source/README.config | |
parent | 7992232747feb7de2d1493bf918b446f3175048d (diff) |
build system: handling of freetype-config and pkg-config
git-svn-id: svn://tug.org/texlive/trunk@13083 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/README.config')
-rw-r--r-- | Build/source/README.config | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/Build/source/README.config b/Build/source/README.config index ed09b300a3c..dd2485d6863 100644 --- a/Build/source/README.config +++ b/Build/source/README.config @@ -136,3 +136,33 @@ unusual location. When a system version of a required library is chosen, the top-level configure script performs a consistency check and bails out early if this fails. +4. Some important VAR=value configure arguments +=============================================== + +Used instead of searching for programs in PATH. + +4.1. FT2_CONFIG=/path/to/freetype-config +---------------------------------------- + +For system freetype2 library. + +4.2. PKG_CONFIG=/path/to/pkg-config +----------------------------------- + +For fontconfig and system xpdf (poppler) libraries. + +4.3. CLISP=/path/to/clisp +------------------------- + +For xindy. + +4.4. latex=/path/to/latex +------------------------- + +To build xindy make-rules. + +4.5. pdflatex=/path/to/pdflatex +------------------------------- + +To build xindy docs. + |