Lines Matching full:ninja
142 (Experimental) Using Ninja Build System
145 Optionally you can use the `Ninja <https://github.com/martine/ninja>`_
147 Currently this step will require building Ninja from sources.
149 To take advantage of using Clang Tools along with Ninja build you need
152 Clone the Ninja git repository and build Ninja from sources:
156 $ git clone git://github.com/martine/ninja.git
157 $ cd ninja/
160 This will result in a single binary ``ninja`` in the current directory.
166 $ sudo cp ninja /usr/local/bin/
167 $ sudo chmod a+rx /usr/local/bin/ninja
169 After doing all of this, you'll need to generate Ninja build files for
177 $ cmake -G Ninja -DCMAKE_EXPORT_COMPILE_COMMANDS=ON path/to/llvm/sources
192 Now you are ready to build and test LLVM using Ninja:
196 $ ninja check-all