From 7b3668ca8d82ae842a74f8b7919e38db405fba33 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Sat, 27 Aug 2016 11:20:41 +0200 Subject: [PATCH] doc/requirements.rst: document --msvc options --- doc/requirements.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/requirements.rst b/doc/requirements.rst index 0d4ea919..58c88ec9 100644 --- a/doc/requirements.rst +++ b/doc/requirements.rst @@ -44,6 +44,15 @@ The following `External libraries`_ will also be checked: `libav`_, Windows ....... +To use a specific version of the compiler, ``--msvc_version``. To build for a +specific architecture, use ``--msvc_target``. For instance, to build aubio +for ``x86`` using ``msvc 12.0``, use: + +.. code:: bash + + waf configure --msvc_version='msvc 12.0' --msvc_target='x86' + + The following `External libraries`_ will be used if found: `libav`_, `libsamplerate`_, `libsndfile`_, `libfftw3`_. -- 2.11.0