aboutsummaryrefslogtreecommitdiffstats
path: root/chapter8/mpfr.sh
diff options
context:
space:
mode:
Diffstat (limited to 'chapter8/mpfr.sh')
-rw-r--r--chapter8/mpfr.sh12
1 files changed, 12 insertions, 0 deletions
diff --git a/chapter8/mpfr.sh b/chapter8/mpfr.sh
new file mode 100644
index 0000000..f73b287
--- /dev/null
+++ b/chapter8/mpfr.sh
@@ -0,0 +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