aboutsummaryrefslogtreecommitdiffstats
path: root/chapter8/mpfr.sh
blob: 762cfade630152039ae37e7652d892424089c6ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/bash
set -e

./configure --prefix=/usr \
            --disable-static \
            --enable-thread-safe \
            --docdir=/usr/share/doc/mpfr-"${VERSION}" &&

make &&
make html &&

make -j1 install &&
make -j1 install-html