diff options
Diffstat (limited to 'chapter8/gperf.sh')
-rw-r--r-- | chapter8/gperf.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/chapter8/gperf.sh b/chapter8/gperf.sh new file mode 100644 index 0000000..66c6e76 --- /dev/null +++ b/chapter8/gperf.sh @@ -0,0 +1,7 @@ +#!/bin/bash + +./configure --prefix=/usr --docdir=/usr/share/doc/gperf-"${VERSION}" + +make + +make -j1 install |