shithub: aubio

ref: 0309a22bbcd79ffa95349b6b34afc2ef083bd960
dir: /build.sh/

View raw version
make checkwaf
python waf configure --prefix=$PREFIX
python waf build
python waf install
pushd python/
python setup.py build
python setup.py install
popd