[llvm-commits] [compiler-rt] r82608 - /compiler-rt/trunk/www/index.html

Edward O'Callaghan eocallaghan at auroraux.org
Tue Sep 22 22:04:27 PDT 2009


Author: evocallaghan
Date: Wed Sep 23 00:04:26 2009
New Revision: 82608

URL: http://llvm.org/viewvc/llvm-project?rev=82608&view=rev
Log:
Update site information to reflect using cmake to build compiler-rt and not legacy makefiles.

Modified:
    compiler-rt/trunk/www/index.html

Modified: compiler-rt/trunk/www/index.html
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/www/index.html?rev=82608&r1=82607&r2=82608&view=diff

==============================================================================
--- compiler-rt/trunk/www/index.html (original)
+++ compiler-rt/trunk/www/index.html Wed Sep 23 00:04:26 2009
@@ -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,





More information about the llvm-commits mailing list