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