openmedialibrary_platform_d.../build/boost/build.sh

15 lines
225 B
Bash
Raw Normal View History

2013-11-04 01:39:46 +00:00
#!/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