summaryrefslogtreecommitdiff
path: root/Build/source/README.config
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-03-11 18:46:43 +0000
committerKarl Berry <karl@freefriends.org>2012-03-11 18:46:43 +0000
commit1ba3b7ef2bccc9201060b1f5dccecb2c148cd7c6 (patch)
tree6d4a6b9745c767f71b3926b8a1d0c7aa0b418cf5 /Build/source/README.config
parentf8219fa8a12dc37623f12b06397553b92eea2e7e (diff)
help string, doc for TL (lib)xpdf
git-svn-id: svn://tug.org/texlive/trunk@25605 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/README.config')
-rw-r--r--Build/source/README.config12
1 files changed, 6 insertions, 6 deletions
diff --git a/Build/source/README.config b/Build/source/README.config
index 45a800bc0d0..a20cab31eea 100644
--- a/Build/source/README.config
+++ b/Build/source/README.config
@@ -76,11 +76,11 @@ Live build).
1.6. --disable-largefile
------------------------
-Omit large files support (LFS), needed for files >=2GB on most 32Bit Unix
+Omit large file support (LFS), needed for files >=2GB on most 32Bit Unix
systems. The size of DVI and GF files must always be <2GB. With LFS there
should be no limit on the size of PDF files created by pdfTeX or PS files
created by dvips. The size of PDF images included by pdfTeX must, however,
-be <4GB when using xpdf and <2GB when using poppler (even on 64Bit systems
+be <4GB when using xpdf and <2GB when using poppler (even on 64-bit systems
with LFS).
1.7. --without-x
@@ -242,20 +242,20 @@ The flags for a system freetype2 library are determined via freetype-config.
3.4. Configure options for xpdf and poppler
-------------------------------------------
-Building luaTeX and XeTeX requires poppler either from the TL tree or
+Building LuaTeX and XeTeX requires poppler either from the TL tree or
installed (system) headers and library; pdfTeX requires either xpdf from the
TL tree or installed poppler headers and library.
3.4.1. --with-system-poppler
-Use an installed (system) version >=0.12 of poppler for luaTeX and XeTeX
+Use an installed (system) version >=0.12 of poppler for LuaTeX and XeTeX
(and pkg-config to obtain the required flags).
3.4.2. --with-system-xpdf
Use an installed (system) version >=0.12 of poppler instead of xpdf for
pdfTeX (and pkg-config to obtain the required flags).
-Note: The size of PDF images included by pdfTeX must be <4GB when using xpdf
-with LFS and <2GB when using poppler (even on 64Bit systems with LFS).
+See information at --disable-largefile for a minor deficiency resulting
+from using poppler instead of TL's xpdf library.
3.5. Configure options for graphite
-----------------------------------