diff options
Diffstat (limited to 'Build/source')
-rw-r--r-- | Build/source/ChangeLog | 4 | ||||
-rw-r--r-- | Build/source/README | 9 |
2 files changed, 11 insertions, 2 deletions
diff --git a/Build/source/ChangeLog b/Build/source/ChangeLog index 38df40c14c2..0e93d0d0119 100644 --- a/Build/source/ChangeLog +++ b/Build/source/ChangeLog @@ -1,3 +1,7 @@ +2020-03-06 Karl Berry <karl@tug.org> + + * .travis.yml: attempt to reenable musl build on github. + 2020-01-31 Karl Berry <karl@tug.org> * Makefile.am (texlinks_dir): now texk/texlive/tl_support diff --git a/Build/source/README b/Build/source/README index 6efe9fdac22..c5f57047e37 100644 --- a/Build/source/README +++ b/Build/source/README @@ -39,11 +39,16 @@ i386-netbsd, amd64-netbsd: CFLAGS=-D_NETBSD_SOURCE \ CXXFLAGS='-D_NETBSD_SOURCE -std=c++11' \ LDFLAGS='-L/usr/X11R7/lib -Wl,-rpath,/usr/X11R7/lib' \ - ./Build --enable-xindy CLISP=/usr/local/bin/clisp --disable-dvisvgm + ./Build --enable-xindy CLISP=/usr/local/bin/clisp + Except that we take Nelson's asy build. i386-freebsd, amd64-freebsd: http://anthesphoria.net/FreeBSD/TeXLive-2018/ has details for 2018. - 2019 built on contextgarden, see below. + 2019 and forward built on contextgarden (see below). + In 2020: FreeBSD 12.1-RELEASE-p1 + (e.g., +https://build.contextgarden.net/#/builders/56/builds/141/steps/2/logs/build _info + ) Except that we take Nelson's asy build. i386-linux: see travis below. |