aubio

Compiling aubio

Extract the downloaded source tarball and go down in the source directoy:

tar xf aubio-0.4.4.tar.bz2
cd aubio-0.4.4

Use waf to build aubio (you just need to have python installed):

./waf configure build

To find out more about waf's options:

./waf --help

Installing aubio

Use waf to install aubio:

sudo ./waf install

python-aubio

From the root directory, launch the distutils script:

python setup.py build

To install the python module, use:

sudo python setup.py install

© 2003-2017 the aubio team | cc-by-sa