Lines Matching full:ninja
143 Using Ninja Build System
146 Optionally you can use the `Ninja <https://github.com/martine/ninja>`_
148 Currently this step will require building Ninja from sources.
150 To take advantage of using Clang Tools along with Ninja build you need
153 Clone the Ninja git repository and build Ninja from sources:
157 $ git clone git://github.com/martine/ninja.git
158 $ cd ninja/
161 This will result in a single binary ``ninja`` in the current directory.
167 $ sudo cp ninja /usr/local/bin/
168 $ sudo chmod a+rx /usr/local/bin/ninja
170 After doing all of this, you'll need to generate Ninja build files for
178 $ cmake -G Ninja -DCMAKE_EXPORT_COMPILE_COMMANDS=ON path/to/llvm/sources
193 Now you are ready to build and test LLVM using Ninja:
197 $ ninja check-all