aboutsummaryrefslogtreecommitdiff
path: root/community/boost/build
diff options
context:
space:
mode:
Diffstat (limited to 'community/boost/build')
-rwxr-xr-xcommunity/boost/build5
1 files changed, 5 insertions, 0 deletions
diff --git a/community/boost/build b/community/boost/build
new file mode 100755
index 00000000..16d829bd
--- /dev/null
+++ b/community/boost/build
@@ -0,0 +1,5 @@
+#!/bin/sh -e
+
+./bootstrap.sh --prefix="$1/usr"
+./b2 stage threading=multi link=static
+./b2 install threading=multi link=static