doc/requirements.txt: improve
authorPaul Brossier <piem@piem.org>
Fri, 26 Aug 2016 23:40:48 +0000 (01:40 +0200)
committerPaul Brossier <piem@piem.org>
Fri, 26 Aug 2016 23:40:48 +0000 (01:40 +0200)
doc/python_module.rst
doc/requirements.rst

index 17819b3..7251391 100644 (file)
@@ -8,7 +8,7 @@ The aubio extension for Python is available for Python 2.7 and Python 3.
 Installing aubio with pip
 -------------------------
 
-aubio can now be installed using ``pip`` and ``easy_install``.
+aubio can now be installed using ``pip``:
 
 .. code-block:: bash
 
index 727299f..0d4ea91 100644 (file)
@@ -3,12 +3,18 @@
 Requirements
 ============
 
-While aubio should build without any additional external libraries, we
-**strongly recommend** to build aubio with some additional dependancies.
+While aubio can be built without any external dependencies, we **recommend** to
+use at least some of the following libraries.
 
 Platform notes
 --------------
 
+On all platforms, you will need to have installed:
+
+ - a compiler (gcc, clang, msvc, ...)
+ - python (any version >= 2.7, including 3.x)
+ - a terminal to run command lines in
+
 Linux
 .....
 
@@ -74,7 +80,10 @@ Set ``CFLAGS`` and ``LINKFLAGS`` to change these default values, or edit
 Build options
 -------------
 
-These options can be passed to configure
+Some additional options can be passed to the configure step. For the complete
+list of options, run:
+
+    $ ./waf configure --help
 
 Double precision
 ................
@@ -132,7 +141,7 @@ With libsndfile built in, ``aubio_source_sndfile`` will be built in and used by
 ``aubio_source``.
 
 To enable this option, configure with ``--enable-sndfile``. The build will then
-failed if the required library is not found. To disable this option, configure
+fail if the required library is not found. To disable this option, configure
 with ``--disable-sndfile``
 
 libsamplerate
@@ -145,7 +154,7 @@ With libsamplerate built in, ``aubio_source_sndfile`` will support resampling,
 and ``aubio_resample`` will be fully functional.
 
 To enable this option, configure with ``--enable-samplerate``. The build will
-then failed if the required library is not found. To disable this option,
+then fail if the required library is not found. To disable this option,
 configure with ``--disable-samplerate``
 
 libfftw3
@@ -159,7 +168,7 @@ compute Fast Fourier Transform (FFT), allowing aubio to compute FFT on length
 that are not a power of 2.
 
 To enable this option, configure with ``--enable-fftw3``. The build will
-then failed if the required library is not found. To disable this option,
+then fail if the required library is not found. To disable this option,
 configure with ``--disable-fftw3``
 
 External tools