aboutsummaryrefslogtreecommitdiffstats
path: root/chapter8/gmp.sh
blob: 7ca25232685d2ac1776415ff264d56c6b76c2a63 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/bash

# Uncomment for generic libraries
# cp -v configfsf.guess config.guess
# cp -v configfsf.sub config.sub

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

make &&
make html &&

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