From: Paul Brossier Date: Fri, 26 Aug 2016 10:23:17 +0000 (+0200) Subject: doc/installing.rst: update locations X-Git-Tag: 0.4.4~253 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=8c00e7bf75891dc36179df2a44799ce3a60eb1dd;p=aubio.git doc/installing.rst: update locations --- diff --git a/doc/installing.rst b/doc/installing.rst index 6629e385..ceab0833 100644 --- a/doc/installing.rst +++ b/doc/installing.rst @@ -19,16 +19,14 @@ http://aubio.org/download. The latest stable release can be found at http://aubio.org/pub/:: - $ curl -O http://aubio.org/pub/aubio-0.4.1.tar.bz2 - $ tar xf aubio-0.4.1.tar.bz2 - $ cd aubio-0.4.1 + $ curl -O http://aubio.org/pub/aubio-0.4.3.tar.bz2 + $ tar xf aubio-0.4.3.tar.bz2 + $ cd aubio-0.4.3 The latest develop branch can be obtained with:: - $ git clone git://git.aubio.org/git/aubio/ aubio-devel - $ cd aubio-devel - $ git fetch origin develop:develop - $ git checkout develop + $ git clone git://git.aubio.org/git/aubio + $ cd aubio Compiling ---------