projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
30e080c
)
doc/requirements.rst: document --msvc options
author
Paul Brossier
<piem@piem.org>
Sat, 27 Aug 2016 09:20:41 +0000
(11:20 +0200)
committer
Paul Brossier
<piem@piem.org>
Sat, 27 Aug 2016 09:20:41 +0000
(11:20 +0200)
doc/requirements.rst
patch
|
blob
|
history
diff --git
a/doc/requirements.rst
b/doc/requirements.rst
index
0d4ea91
..
58c88ec
100644
(file)
--- 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`_.