aboutsummaryrefslogtreecommitdiffstats
path: root/chapter8/pkg-config.sh
diff options
context:
space:
mode:
Diffstat (limited to 'chapter8/pkg-config.sh')
-rw-r--r--chapter8/pkg-config.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/chapter8/pkg-config.sh b/chapter8/pkg-config.sh
new file mode 100644
index 0000000..395d190
--- /dev/null
+++ b/chapter8/pkg-config.sh
@@ -0,0 +1,9 @@
+#!/bin/bash
+
+./configure --prefix=/usr \
+ --with-internal-glib \
+ --disable-host-tool \
+ --docdir=/usr/share/doc/pkg-config-"${VERSION}"
+
+make
+make -j1 install