summaryrefslogtreecommitdiff
path: root/Build/source/README
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-02-28 22:13:17 +0000
committerKarl Berry <karl@freefriends.org>2022-02-28 22:13:17 +0000
commit1e2c728c55d5c3b5bc509c2f6513a03891b2b452 (patch)
treec4764ce953e39570fa142bce17a8d93b6d6901af /Build/source/README
parentcb2945afa2fa0c769b4846d155071a65cfeec375 (diff)
doc,sync
git-svn-id: svn://tug.org/texlive/trunk@62297 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/README')
-rw-r--r--Build/source/README10
1 files changed, 6 insertions, 4 deletions
diff --git a/Build/source/README b/Build/source/README
index c79f740ddba..388fbcd2948 100644
--- a/Build/source/README
+++ b/Build/source/README
@@ -34,15 +34,17 @@ aarch64-linux:
armhf-linux:
Raspbian/Raspberry Pi OS (Debian Buster)
- gcc (Raspbian 8.3.0-6+rpi1) 8.3.0
+ gcc version 10.2.1 20210110 (Raspbian 10.2.1-6+rpi1)
./Build --enable-xindy CLISP=${BUILD_ROOT_DIR}/clisp/clisp-build/clisp}
+ armhf-linux binaries are created and tested on RPi;
+ they run on RPi, as well as ARMv7 CPUs, but are untested on non-RPi
+ ARMv6 machines.
i386-cygwin, x86_64-cygwin: gcc-10.2.0, cygwin-3.1.7
TL_CONFIGURE_ARGS="--enable-xindy --enable-shared CLISP=/path/to/clisp.exe
LDFLAGS='-Wl,--no-insert-timestamp -Wl,--stack,0x800000'" \
./Build
-
i386-freebsd, amd64-freebsd:
Built on contextgarden, see below.
FreeBSD 11.4
@@ -50,7 +52,7 @@ i386-freebsd, amd64-freebsd:
i386-linux: see travis below.
i386-netbsd, amd64-netbsd:
- NetBSD/amd64 9.1
+ NetBSD/amd64 9.2
gcc version 7.5.0 (nb4 20200810)
TL_MAKE=gmake CC=gcc CXX=g++ \
CFLAGS=-D_NETBSD_SOURCE \
@@ -80,7 +82,7 @@ x86_64-linux,
x86_64-linuxmusl:
CentOS 7 Docker image with musl libc 1.1.5, plus gcc10:
yum -y install centos-release-scl-rh
- yum -y install devtoolset-10-gcc-c++
+ yum -y install devtoolset-9-gcc-c++
yum install -y fontconfig-devel libX11-devel libXmu-devel libXaw-devel
Binaries are taken from the CI testing via github;
see the source/.github/* files for details on how to build,