summaryrefslogtreecommitdiff
path: root/Build/source/README
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-11-07 00:26:08 +0000
committerKarl Berry <karl@freefriends.org>2021-11-07 00:26:08 +0000
commit55de1093900effb7ef24fd11120e29fc69c86fa7 (patch)
tree7ce8dffdb575fcf397e6c62e98c6ed30f637e5ce /Build/source/README
parenta39471557a805e4491386f2c9c764db4917cf995 (diff)
doc updates
git-svn-id: svn://tug.org/texlive/trunk@60982 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/README')
-rw-r--r--Build/source/README9
1 files changed, 6 insertions, 3 deletions
diff --git a/Build/source/README b/Build/source/README
index 6bc8b4c3f6c..c79f740ddba 100644
--- a/Build/source/README
+++ b/Build/source/README
@@ -78,7 +78,10 @@ x86_64-darwinlegacy:
i386-linux,
x86_64-linux,
x86_64-linuxmusl:
- Alpine 3.1 Docker image with musl libc 1.1.5
- Binaries are taken from the CI testing on travis-ci
- see the source/.travis.yaml file for details on how to build,
+ 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 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,
and tlpkg/bin/tl-update-bindir for updating binaries (in general).