diff options
Diffstat (limited to 'chapter8/isl.sh')
-rw-r--r-- | chapter8/isl.sh | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/chapter8/isl.sh b/chapter8/isl.sh new file mode 100644 index 0000000..3a98da1 --- /dev/null +++ b/chapter8/isl.sh @@ -0,0 +1,11 @@ +#!/bin/bash + +./configure --prefix=/usr \ + --disable-static \ + --docdir=/usr/share/doc/isl-"${VERSION}" + +make +make html + +make -j1 install +make -j1 install-html |