summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2011-05-09 15:21:49 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2011-05-09 15:21:49 +0000
commitf0459e657915fbb8dccb253a4714ecaed9e810a2 (patch)
tree1b88ee9a919444410ab62392e0170b94341edaed
parent98e115e6ab23bd295c8199320c229a19bb3ad890 (diff)
document --without-graphite (build XeTeX without graphite support)
git-svn-id: svn://tug.org/texlive/trunk@22379 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Build/source/README.config16
1 files changed, 13 insertions, 3 deletions
diff --git a/Build/source/README.config b/Build/source/README.config
index dc1d00c7837..a2dea8cf9bf 100644
--- a/Build/source/README.config
+++ b/Build/source/README.config
@@ -226,11 +226,21 @@ The flags for a system freetype2 library are determined via freetype-config.
3.4. Configure options for libpoppler
-------------------------------------
3.4.1. --with-system-xpdf
-Use libpoppler instead of xpdf (and pkg-config to obtain the required flags).
+Use an installed (system) version of libpoppler instead of xpdf (and
+pkg-config to obtain the required flags).
-3.5. Configure options for the icu libraries
+3.4.1. --with-system-poppler
+Use an installed (system) version of libpoppler (and pkg-config to obtain
+the required flags).
+
+3.5. Configure options for libgraphite
+--------------------------------------
+3.5.1. --without-graphite
+Build XeTeX without graphite support.
+
+3.6. Configure options for the icu libraries
--------------------------------------------
-3.5.1. --with-system-icu
+3.6.1. --with-system-icu
Use installed icu headers and libraries for bibtexu (and icu-config to
obtain the required flags). However, XeTeX still requires the (modified)
icu headers and libraries from the TL tree.