diff options
author | Karl Berry <karl@freefriends.org> | 2017-05-19 23:03:47 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-05-19 23:03:47 +0000 |
commit | 29cad23f8934d6696c75dc1ab23b062eb7b9b403 (patch) | |
tree | 1b9461279c3de67e324856540b2fa099454a469a /Build/source/README.1prerequisites | |
parent | 02d80ea895335df75e00859242939f1c46ef738b (diff) |
README.* updates from tlbuild.texi
git-svn-id: svn://tug.org/texlive/trunk@44437 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/README.1prerequisites')
-rw-r--r-- | Build/source/README.1prerequisites | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/Build/source/README.1prerequisites b/Build/source/README.1prerequisites index 80f0186cde6..6d7ea74d589 100644 --- a/Build/source/README.1prerequisites +++ b/Build/source/README.1prerequisites @@ -10,13 +10,17 @@ the TL source tree, requires only C and C++ compilers and GNU 'make'. (If 'make' from your 'PATH' is not GNU make, you can set 'MAKE' in the environment to whatever is necessary.) - Indeed, GNU 'make' is required only because of some third-party -libraries, notably FreeType; all the TL-maintained directories (and + GNU 'make' is required only because of some third-party libraries, +notably FreeType; all the TL-maintained directories (and Automake/Autoconf output in general) should work with any reasonable 'make'. However, a few programs in the tree have additional requirements: +'dvisvgm' + requires a C++11 compiler, such as gcc 4.8.1 (or later) or clang + 3.3 (or later). + 'web2c' requires 'perl' for some tests run by 'make check'. |