Changeset 7b3668c for doc


Ignore:
Timestamp:
Aug 27, 2016, 11:20:41 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:
6f29fe3
Parents:
30e080c
Message:

doc/requirements.rst: document --msvc options

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/requirements.rst

    r30e080c r7b3668c  
    4444Windows
    4545.......
     46
     47To use a specific version of the compiler, ``--msvc_version``. To build for a
     48specific architecture, use ``--msvc_target``. For instance, to build aubio
     49for ``x86`` using ``msvc 12.0``, use:
     50
     51.. code:: bash
     52
     53    waf configure --msvc_version='msvc 12.0' --msvc_target='x86'
     54
    4655
    4756The following `External libraries`_ will be used if found: `libav`_,
Note: See TracChangeset for help on using the changeset viewer.