Changeset a9a1e79
- Timestamp:
- Aug 27, 2016, 1:40:48 AM (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:
- 31c6010
- Parents:
- e523483
- Location:
- doc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/python_module.rst
re523483 ra9a1e79 9 9 ------------------------- 10 10 11 aubio can now be installed using ``pip`` and ``easy_install``.11 aubio can now be installed using ``pip``: 12 12 13 13 .. code-block:: bash -
doc/requirements.rst
re523483 ra9a1e79 4 4 ============ 5 5 6 While aubio should build without any additional external libraries, we7 **strongly recommend** to build aubio with some additional dependancies.6 While aubio can be built without any external dependencies, we **recommend** to 7 use at least some of the following libraries. 8 8 9 9 Platform notes 10 10 -------------- 11 12 On all platforms, you will need to have installed: 13 14 - a compiler (gcc, clang, msvc, ...) 15 - python (any version >= 2.7, including 3.x) 16 - a terminal to run command lines in 11 17 12 18 Linux … … 75 81 ------------- 76 82 77 These options can be passed to configure 83 Some additional options can be passed to the configure step. For the complete 84 list of options, run: 85 86 $ ./waf configure --help 78 87 79 88 Double precision … … 133 142 134 143 To enable this option, configure with ``--enable-sndfile``. The build will then 135 fail edif the required library is not found. To disable this option, configure144 fail if the required library is not found. To disable this option, configure 136 145 with ``--disable-sndfile`` 137 146 … … 146 155 147 156 To enable this option, configure with ``--enable-samplerate``. The build will 148 then fail edif the required library is not found. To disable this option,157 then fail if the required library is not found. To disable this option, 149 158 configure with ``--disable-samplerate`` 150 159 … … 160 169 161 170 To enable this option, configure with ``--enable-fftw3``. The build will 162 then fail edif the required library is not found. To disable this option,171 then fail if the required library is not found. To disable this option, 163 172 configure with ``--disable-fftw3`` 164 173
Note: See TracChangeset
for help on using the changeset viewer.