Open Media Library Platform (Darwin)
This commit is contained in:
commit
5be0d7d916
16 changed files with 273 additions and 0 deletions
14
build/boost/build.sh
Executable file
14
build/boost/build.sh
Executable 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue