aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md1
-rwxr-xr-xtl-build.sh2
2 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index c4056db..c31e75d 100644
--- a/README.md
+++ b/README.md
@@ -189,6 +189,7 @@ Building the sources
189 - cmake 189 - cmake
190 - ninja 190 - ninja
191- For asymptote: 191- For asymptote:
192 - readline
192 - freeglut 193 - freeglut
193 - eigen3 194 - eigen3
194 - py3-cson (run dependency for `xasy`) 195 - py3-cson (run dependency for `xasy`)
diff --git a/tl-build.sh b/tl-build.sh
index 61e90ed..1d47095 100755
--- a/tl-build.sh
+++ b/tl-build.sh
@@ -126,7 +126,7 @@ if [[ ${with_asymptote} == "y" ]];then
126 cd ${tl_sourcedir}/utils/asymptote 126 cd ${tl_sourcedir}/utils/asymptote
127 ./configure --prefix=/tmp/asyinst --enable-texlive-build \ 127 ./configure --prefix=/tmp/asyinst --enable-texlive-build \
128 --enable-static CXXFLAGS=-std=c++11 \ 128 --enable-static CXXFLAGS=-std=c++11 \
129 --disable-curl --disable-lsp --disable-gsl --disable-fftw --disable-readline 129 --disable-curl --disable-lsp --disable-gsl --disable-fftw
130 sed -i.bak -e 's/^LIBS = /LIBS = -static /' Makefile 130 sed -i.bak -e 's/^LIBS = /LIBS = -static /' Makefile
131 gmake 131 gmake
132 strip asy 132 strip asy