summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorEdward O'Callaghan <eocallaghan@auroraux.org>2009-09-23 05:04:26 +0000
committerEdward O'Callaghan <eocallaghan@auroraux.org>2009-09-23 05:04:26 +0000
commit2d05d968e18065b85320bbd8bb7bde97b5d87f07 (patch)
tree9734920661db48ce0cecc95b45bf31cf3721c336 /www
parent87aa4f57c5050881519f5023f22d62a868a79d7f (diff)
Update site information to reflect using cmake to build compiler-rt and not legacy makefiles.
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@82608 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www')
-rw-r--r--www/index.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/www/index.html b/www/index.html
index 953b7fe39..2a32d68aa 100644
--- a/www/index.html
+++ b/www/index.html
@@ -122,8 +122,11 @@
<ul>
<li>svn co http://llvm.org/svn/llvm-project/compiler-rt/trunk compiler-rt</li>
- <li>cd compiler-rt</li>
+ <li>mkdir build</li>
+ <li>cd build</li>
+ <li>cmake ../compiler-rt</li>
<li>make</li>
+ <li>make install</li>
</ul>
<p>Note that the library will probably only build out of the box on Darwin,