3 | | == Linux == |
4 | | |
5 | | [[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] |
6 | | |
7 | | For instance, to install command line tools, development files and documentation: |
8 | | {{{ |
9 | | $ apt-get install aubio-tools libaubio-dev libaubio-doc |
10 | | }}} |
11 | | |
12 | | == Mac OS X == |
13 | | |
14 | | On [http://www.apple.com/macosx/ Mac OS X] you can use [http://aubio.darwinports.com/ Darwin Ports]. |
15 | | |
16 | | To add [http://jackaudio.org/ Jack] support, install [http://jackosx.com JackOSX] and recompile with {{{--enable-jack}}}. |
17 | | |
18 | | == Source == |
19 | | |
20 | | The latest release of aubio is version 0.3.2: http://aubio.org/pub/aubio-0.3.2.tar.gz. |
21 | | |
22 | | The release directory for aubio is available at http://aubio.org/pub/. |
23 | | |
24 | | == Trunk == |
25 | | |
26 | | Get the latest version of aubio using [http://bazaar-vcs.org/ Bazaar]: |
27 | | {{{ |
28 | | $ bzr co http://bzr.aubio.org/aubio/ |
29 | | }}} |
| 3 | The page at http://aubio.org/download should be up-to-date. Add any missing links here. |