summaryrefslogtreecommitdiff
path: root/Build/source/README.5configure
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2014-05-06 08:26:54 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2014-05-06 08:26:54 +0000
commit45604db830beef9914992cd568908275987cc0f5 (patch)
treea9f0430f723984851995423e6a8a81a0bcc5b9d0 /Build/source/README.5configure
parent526582da8c8fabccfebea407a9da54822daa4f88 (diff)
texk/xdvik: Change default to disable smooth scrolling for native TeX Live builds
utils/biber: Removed from source tree git-svn-id: svn://tug.org/texlive/trunk@33877 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/README.5configure')
-rw-r--r--Build/source/README.5configure25
1 files changed, 4 insertions, 21 deletions
diff --git a/Build/source/README.5configure b/Build/source/README.5configure
index 605a1db1201..b5856a63024 100644
--- a/Build/source/README.5configure
+++ b/Build/source/README.5configure
@@ -305,6 +305,10 @@ Hardwire the location of Ghostscript ('gs').
Use toolkit 'KIT' for 'xdvik', one of: 'motif xaw xaw3d neXtaw'. The
default is 'motif' if available, else 'xaw'.
+'--enable-xi2-scrolling'
+Use XInput 2.1 "smooth scrolling" if available. (default: yes, except
+for a native TL build).
+
7.2.9 Configure options for 'utils/xindy'
-----------------------------------------
@@ -431,24 +435,3 @@ but that might not work for cross compilations.
Name (or full path) for the 'perl', 'latex', and 'pdflatex'
commands used, e.g., to build the 'xindy' documentation.
-'TL_PLATFORM'
- The utility program 'biber' consists of many Perl modules bundled
- into an executable by the 'Par::Packer' mechanism. Therefore it is
- not feasible to build 'biber' as part of TL.
-
- However, in order for 'make install' to create all executables in
- 'bindir', the 'biber' module in TL contains pre-made binaries (by
- 'biber' contributors, released on the original 'biber' site) for
- the platforms for which they are available. TL merely checks if an
- executable is present for the current platform, and if so, installs
- it.
-
- The complication is hidden in the phrase "current platform". TL
- has its own ideas about platform names, and the mapping from the
- canonical system name determined by 'config.guess' or 'config.sub'
- to the TL platform name is not trivial. So, a value given for
- 'TL_PLATFORM' is used as the TL platform name. Otherwise, the
- build uses copies of the Perl modules 'TeXLive/TLUtils.pm' and
- 'TeXLive/TLConfig.pm', to avoid duplicating the platform-detection
- logic.
-