User:Ehsan/How to build-clang: Difference between revisions

no edit summary
(Created page with "This explains how to build clang on a pristine desktop-build image: <pre> mkdir -p /home/worker/workspace/build cd /home/worker/workspace/build git clone https://github.com/m...")
 
No edit summary
Line 11: Line 11:
vi build-clang.py # Change the centOS6 global variable to true
vi build-clang.py # Change the centOS6 global variable to true
./build-clang.py -c clang-trunk.json
./build-clang.py -c clang-trunk.json
</pre>
After the refactorings, the following new tools are needed:
<pre>
git clone git://github.com/martine/ninja.git && cd ninja
git checkout release
./configure.py --bootstrap
cp ninja /usr/local/bin/ninja
cp ninja /usr/local/bin/ninja-build
</pre>
</pre>
Confirmed users
657

edits