Explorar o código

add hint to install ninja (#1545)

Signed-off-by: Nadeem Bhati <nadeemb53@gmail.com>
Nadeem Bhati %!s(int64=2) %!d(string=hai) anos
pai
achega
4da8b2d2dd
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      docs/installing.rst

+ 1 - 1
docs/installing.rst

@@ -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