= Download = == Linux == [[Image(http://aubio.org/images/debian.png)]] [http://packages.debian.org/src:aubio Debian] ([http://qa.debian.org/popcon.php?package=aubio popcon]) [[Image(http://aubio.org/images/ubuntu.png)]] [http://packages.ubuntu.com/src:aubio Ubuntu] [[Image(http://aubio.org/images/gentoo.png)]] [http://packages.gentoo.org/package/media-libs/aubio Gentoo] [[Image(http://aubio.org/images/fedora.png)]] [https://admin.fedoraproject.org/pkgdb/packages/name/aubio Fedora] For instance, to install command line tools, development files and documentation: {{{ $ apt-get install aubio-tools libaubio-dev libaubio-doc }}} == Mac OS X == On [http://www.apple.com/macosx/ Mac OS X] you can use [http://aubio.darwinports.com/ Darwin Ports]. To add [http://jackaudio.org/ Jack] support, install [http://jackosx.com JackOSX] and recompile with {{{--enable-jack}}}. == Source == The latest release of aubio is version 0.3.2: http://aubio.org/pub/aubio-0.3.2.tar.gz. The release directory for aubio is available at http://aubio.org/pub/. == Trunk == Get the latest version of aubio using [http://bazaar-vcs.org/ Bazaar]: {{{ $ bzr co http://aubio.org/bzr/aubio/ }}}