Skip to content

Commit

Permalink
add hint to install ninja (#1545)
Browse files Browse the repository at this point in the history
Signed-off-by: Nadeem Bhati <nadeemb53@gmail.com>
  • Loading branch information
nadeemb53 authored Sep 22, 2023
1 parent 41eab11 commit 4da8b2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/installing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ Building LLVM from source
~~~~~~~~~~~~~~~~~~~~~~~~~

The LLVM project itself has a guide to `installing from source <http://www.llvm.org/docs/CMake.html>`_ which
you may need to consult. First of all clone our LLVM repository:
you may need to consult. `Ninja <https://ninja-build.org>`_ is necessary for building LLVM from source. First of all, clone our LLVM repository:

.. code-block:: bash
Expand Down

0 comments on commit 4da8b2d

Please sign in to comment.