diff options
Diffstat (limited to 'chapter8/mpfr.sh')
-rw-r--r-- | chapter8/mpfr.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/chapter8/mpfr.sh b/chapter8/mpfr.sh index 7a693aa..f73b287 100644 --- a/chapter8/mpfr.sh +++ b/chapter8/mpfr.sh @@ -1,3 +1,12 @@ #!/bin/bash +./configure --prefix=/usr \ + --disable-static \ + --enable-thread-safe \ + --docdir=/usr/share/doc/mpfr-"${VERSION}" +make +make html + +make -j1 install +make -j1 install-html |