Changeset 8c00e7b for doc/installing.rst
- Timestamp:
- Aug 26, 2016, 12:23:17 PM (8 years ago)
- Branches:
- feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
- Children:
- 0f3ee60
- Parents:
- 241e2fb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/installing.rst
r241e2fb r8c00e7b 20 20 The latest stable release can be found at http://aubio.org/pub/:: 21 21 22 $ curl -O http://aubio.org/pub/aubio-0.4. 1.tar.bz223 $ tar xf aubio-0.4. 1.tar.bz224 $ cd aubio-0.4. 122 $ curl -O http://aubio.org/pub/aubio-0.4.3.tar.bz2 23 $ tar xf aubio-0.4.3.tar.bz2 24 $ cd aubio-0.4.3 25 25 26 26 The latest develop branch can be obtained with:: 27 27 28 $ git clone git://git.aubio.org/git/aubio/ aubio-devel 29 $ cd aubio-devel 30 $ git fetch origin develop:develop 31 $ git checkout develop 28 $ git clone git://git.aubio.org/git/aubio 29 $ cd aubio 32 30 33 31 Compiling
Note: See TracChangeset
for help on using the changeset viewer.