Open Media Library Platform (Darwin)

This commit is contained in:
j 2013-11-04 02:39:46 +01:00
commit 5be0d7d916
16 changed files with 273 additions and 0 deletions

14
build/boost/build.sh Executable file
View file

@ -0,0 +1,14 @@
#!/bin/bash
cd `dirname $0`
. ../env
name=boost_1_53_0
rm -rf $name
tar xzf $src/$name.tar.gz
cd $name
export PATH=$prefix/bin:$PATH
./bootstrap.sh \
--prefix=$prefix \
--with-python=$prefix/bin/python
./b2 install