Changes between Version 4 and Version 5 of Download
- Timestamp:
- Jun 11, 2008, 3:32:12 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Download
v4 v5 1 1 = Download = 2 2 3 Make sure to check there is no [#Packages package] available for your architecture and distribution if you don't want to [wiki:Build build from source]. 3 == Linux == 4 4 5 == Packages == 5 * [http://packages.debian.org/src:aubio Debian packages] 6 * [http://packages.ubuntu.com/src:aubio Ubuntu packages] 6 7 7 On [http://www.debian.org Debian] and [http://www.ubuntu.com Ubuntu] based system, aubio can be installed with:8 To install command line tools, development files and documentation: 8 9 {{{ 9 10 # apt-get install aubio-tools libaubio-dev libaubio-doc 10 11 }}} 11 12 12 '''Notes''': 13 - you can install each of these packages individually. 14 - see the [http://packages.debian.org/src:aubio aubio Debian packages] 15 - see the [http://packages.ubuntu.com/src:aubio aubio Ubuntu packages] 13 == Mac OS X == 16 14 17 An RPM (Open Suse) package has been made for the [http://jacklab.net JackLab] project. 15 On [http://www.apple.com/macosx/ Mac OS X] you can use [http://aubio.darwinports.com/ Darwin Ports]. 16 17 To add [http://jackaudio.org/ Jack] support, install [http://jackosx.com JackOSX] and recompile with {{{--enable-jack}}}. 18 18 19 19 == Source == 20 20 21 The release directory for aubio is available at http://aubio.org/pub/ . 21 The latest release of aubio is version 0.3.2: http://aubio.org/pub/aubio-0.3.2.tar.gz. 22 23 The release directory for aubio is available at http://aubio.org/pub/. 22 24 23 25 == Trunk == … … 25 27 Get the latest version of aubio using [http://bazaar-vcs.org/ Bazaar]: 26 28 {{{ 27 $ bzr gethttp://aubio.org/bzr/aubio/29 $ bzr co http://aubio.org/bzr/aubio/ 28 30 }}}