shithub: aubio

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