From fff148bb11429eafc7d971f98017a6e1474fd21f Mon Sep 17 00:00:00 2001 From: Robert Alessi Date: Sat, 9 Mar 2024 07:47:20 +0100 Subject: build asy 2.88 with --disable-readline --- README.md | 16 ++++++++++++---- tl-build.sh | 2 +- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 416b843..c4056db 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ There are two ways of using TeX Live in OpenBSD. different sets of package collections, of which a list can be found on [openports.pl](https://openports.pl/search?file=&pkgname=texlive).[^1] + 2. By installing the “native” TeX Live over the internet, as described on [its home page](https://tug.org/texlive). This latter method facilitates the installation of new packages and the updating of @@ -66,9 +67,17 @@ Please read first the reference page on this matter: 2. Acquire `install-tl-unx.tar.gz` from CTAN as described [on this page](https://tug.org/texlive/acquire-netinstall.html). - - do: `zcat < install-tl-unx.tar.gz | tar xf -` - - do: `cd install-tl-` (replace with the - actual date.) + - do: + + ```sh + zcat < install-tl-unx.tar.gz | tar xf - + ``` + + - do: (Replace with the actual date.) + + ```sh + cd install-tl- + ``` 3. Import the public key used to sign the archive: @@ -181,7 +190,6 @@ Building the sources - ninja - For asymptote: - freeglut - - readline - eigen3 - py3-cson (run dependency for `xasy`) diff --git a/tl-build.sh b/tl-build.sh index 1d47095..61e90ed 100755 --- a/tl-build.sh +++ b/tl-build.sh @@ -126,7 +126,7 @@ if [[ ${with_asymptote} == "y" ]];then cd ${tl_sourcedir}/utils/asymptote ./configure --prefix=/tmp/asyinst --enable-texlive-build \ --enable-static CXXFLAGS=-std=c++11 \ - --disable-curl --disable-lsp --disable-gsl --disable-fftw + --disable-curl --disable-lsp --disable-gsl --disable-fftw --disable-readline sed -i.bak -e 's/^LIBS = /LIBS = -static /' Makefile gmake strip asy -- cgit v1.2.3