shithub: aubio

ref: 3c6f5846c9649b270115758f3566462f7474ac13
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