shithub: aubio

ref: e4f8e57277d4f98f2e899b727780e3b9fd592c95
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