diff options
-rw-r--r-- | README.md | 1 | ||||
-rwxr-xr-x | tl-build.sh | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -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 |