Changes between Version 4 and Version 5 of Download


Ignore:
Timestamp:
Jun 11, 2008, 3:32:12 PM (17 years ago)
Author:
Paul Brossier
Comment:

simplify download page

Legend:

Unmodified
Added
Removed
Modified
  • Download

    v4 v5  
    11= Download =
    22
    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 ==
    44
    5 == Packages ==
     5 * [http://packages.debian.org/src:aubio Debian packages]
     6 * [http://packages.ubuntu.com/src:aubio Ubuntu packages]
    67
    7 On [http://www.debian.org Debian] and [http://www.ubuntu.com Ubuntu] based system, aubio can be installed with:
     8To install command line tools, development files and documentation:
    89{{{
    9   # apt-get install aubio-tools libaubio-dev libaubio-doc
     10# apt-get install aubio-tools libaubio-dev libaubio-doc
    1011}}}
    1112
    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 ==
    1614
    17 An RPM (Open Suse) package has been made for the [http://jacklab.net JackLab] project.
     15On [http://www.apple.com/macosx/ Mac OS X] you can use [http://aubio.darwinports.com/ Darwin Ports].
     16
     17To add [http://jackaudio.org/ Jack] support, install [http://jackosx.com JackOSX] and recompile with {{{--enable-jack}}}.
    1818
    1919== Source ==
    2020
    21 The release directory for aubio is available at http://aubio.org/pub/ .
     21The latest release of aubio is version 0.3.2: http://aubio.org/pub/aubio-0.3.2.tar.gz.
     22
     23The release directory for aubio is available at http://aubio.org/pub/.
    2224
    2325== Trunk ==
     
    2527Get the latest version of aubio using [http://bazaar-vcs.org/ Bazaar]:
    2628{{{
    27   $ bzr get http://aubio.org/bzr/aubio/
     29  $ bzr co http://aubio.org/bzr/aubio/
    2830}}}