Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,17 @@ Even though MSVC supports building multiple configurations, you should only buil
If you need multiple configurations you should create multiple sub-folders and repeat the above instructions for each configuration.
Also If you enable Python, please ensure that python is on your Windows PATH

.. note::
Building with `Ninja <https://ninja-build.org/>`_ is highly recommended and can produce significantly faster build times.

To use Ninja as your CMake generator, modify your ``cmake`` command like so::

cmake -G Ninja ...

Then, to build, you can use the following command::

ninja

Getting Help
============

Expand Down