Changeset a9a1e79


Ignore:
Timestamp:
Aug 27, 2016, 1:40:48 AM (8 years ago)
Author:
Paul Brossier <piem@piem.org>
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
Message:

doc/requirements.txt: improve

Location:
doc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • doc/python_module.rst

    re523483 ra9a1e79  
    99-------------------------
    1010
    11 aubio can now be installed using ``pip`` and ``easy_install``.
     11aubio can now be installed using ``pip``:
    1212
    1313.. code-block:: bash
  • doc/requirements.rst

    re523483 ra9a1e79  
    44============
    55
    6 While aubio should build without any additional external libraries, we
    7 **strongly recommend** to build aubio with some additional dependancies.
     6While aubio can be built without any external dependencies, we **recommend** to
     7use at least some of the following libraries.
    88
    99Platform notes
    1010--------------
     11
     12On 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
    1117
    1218Linux
     
    7581-------------
    7682
    77 These options can be passed to configure
     83Some additional options can be passed to the configure step. For the complete
     84list of options, run:
     85
     86    $ ./waf configure --help
    7887
    7988Double precision
     
    133142
    134143To enable this option, configure with ``--enable-sndfile``. The build will then
    135 failed if the required library is not found. To disable this option, configure
     144fail if the required library is not found. To disable this option, configure
    136145with ``--disable-sndfile``
    137146
     
    146155
    147156To enable this option, configure with ``--enable-samplerate``. The build will
    148 then failed if the required library is not found. To disable this option,
     157then fail if the required library is not found. To disable this option,
    149158configure with ``--disable-samplerate``
    150159
     
    160169
    161170To enable this option, configure with ``--enable-fftw3``. The build will
    162 then failed if the required library is not found. To disable this option,
     171then fail if the required library is not found. To disable this option,
    163172configure with ``--disable-fftw3``
    164173
Note: See TracChangeset for help on using the changeset viewer.