Skip to content

Commit

Permalink
[DOCS] Mention Ninja build system in install/from_source.rst (#4554)
Browse files Browse the repository at this point in the history
* [DOCS] Mention Ninja build system in install/from_source.rst

* Address comments
  • Loading branch information
uenoku authored and masahi committed Dec 20, 2019
1 parent 5d328c5 commit ce0b6d5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/install/from_source.rst
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,14 @@ The configuration of TVM can be modified by `config.cmake`.
cmake ..
make -j4
- You can also use Ninja build system instead of Unix Makefiles. It can be faster to build than using Makefiles.

.. code:: bash
cd build
cmake .. -G Ninja
ninja
If everything goes well, we can go to :ref:`python-package-installation`

Building on Windows
Expand Down

0 comments on commit ce0b6d5

Please sign in to comment.