summaryrefslogtreecommitdiff
path: root/Build/source/README.config
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/README.config')
-rw-r--r--Build/source/README.config35
1 files changed, 23 insertions, 12 deletions
diff --git a/Build/source/README.config b/Build/source/README.config
index 3d84c4a4172..96e03ba4fa2 100644
--- a/Build/source/README.config
+++ b/Build/source/README.config
@@ -183,14 +183,16 @@ Build the Web versions of the omega font utilities (ofm2opl, opl2ofm, ovf2ovp,
and ovp2ovf) instead of the C version, omfonts. The Web and C versions
should be roughly equivalent.
-2.4. Configure options for texk/xdvik/
---------------------------------------
-2.4.1. --with-gs=PATH
-Hardwire the location of Ghostscript (gs).
+2.4. Configure options for texk/bibtex-x/
+-----------------------------------------
+2.4.1. --disable-bibtex8
+Do not build the bibtex8 program.
-2.4.2. --with-xdvi-x-toolkit=KIT
-Use toolkit KIT (motif/xaw/xaw3d/neXtaw) for xdvi, default: Motif if
-available, else Xaw.
+2.4.2. --disable-bibtexu
+Do not build the bibtexu program.
+
+The former packages bibtex8 and bibtexu have been merged into bibtex-x
+(extended BibTeX). Building bibtexu requires icu libraries.
2.5. Configure options for texk/dvisvgm/
----------------------------------------
@@ -202,17 +204,26 @@ or otherwise disable support for PostScript specials.
2.5.2. --with-libgs-includes=DIR, --with-libgs-libdir=DIR
Non standard search locations for libgs.
-2.6. Configure options for utils/xindy/
+2.6. Configure options for texk/xdvik/
+--------------------------------------
+2.6.1. --with-gs=PATH
+Hardwire the location of Ghostscript (gs).
+
+2.6.2. --with-xdvi-x-toolkit=KIT
+Use toolkit KIT (motif/xaw/xaw3d/neXtaw) for xdvi, default: Motif if
+available, else Xaw.
+
+2.7. Configure options for utils/xindy/
---------------------------------------
-2.6.1. --enable-xindy-rules
+2.7.1. --enable-xindy-rules
Build and install xindy rules (default: yes, except for a native TeX Live
build).
-2.6.2. --enable-xindy-docs
+2.7.2. --enable-xindy-docs
Build and install xindy documentation (default: yes, except for a native TeX
Live build).
-2.6.3. --with-clisp-runtime=PATH
+2.7.3. --with-clisp-runtime=PATH
Specifies the full PATH of the CLISP runtime (lisp.run or lisp.exe) to be
installed. When specified as `default' (the default for a native TeX Live
build) the path is determined by the CLISP executable; the value `system'
@@ -220,7 +231,7 @@ build) the path is determined by the CLISP executable; the value `system'
one) indicates that xindy will use the installed version of clisp (that must
be identical to the one used to build xindy).
-2.6.4. --with-recode
+2.7.4. --with-recode
Use `recode' instead of `iconv' to build the xindy rules and documentation,
required for some systems where iconv is missing or broken.