aboutsummaryrefslogtreecommitdiffstats
path: root/chapter8/bc.sh
diff options
context:
space:
mode:
Diffstat (limited to 'chapter8/bc.sh')
-rw-r--r--chapter8/bc.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/chapter8/bc.sh b/chapter8/bc.sh
new file mode 100644
index 0000000..cfc3b3c
--- /dev/null
+++ b/chapter8/bc.sh
@@ -0,0 +1,6 @@
+#!/bin/bash
+
+CC=gcc ./configure.sh --prefix=/usr -G -O3
+
+make
+make -j1 install