aboutsummaryrefslogtreecommitdiffstats
path: root/chapter8/gdbm.sh
diff options
context:
space:
mode:
Diffstat (limited to 'chapter8/gdbm.sh')
-rw-r--r--chapter8/gdbm.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/chapter8/gdbm.sh b/chapter8/gdbm.sh
new file mode 100644
index 0000000..adf3947
--- /dev/null
+++ b/chapter8/gdbm.sh
@@ -0,0 +1,9 @@
+#!/bin/bash
+
+./configure --prefix=/usr \
+ --disable-static \
+ --enable-libgdbm-compat
+
+make
+
+make -j1 install