[cfe-commits] r103202 - /cfe/trunk/www/get_started.html

Chris Lattner sabre at nondot.org
Thu May 6 14:57:57 PDT 2010


Author: lattner
Date: Thu May  6 16:57:57 2010
New Revision: 103202

URL: http://llvm.org/viewvc/llvm-project?rev=103202&view=rev
Log:
mention that cmake works on unix too.  PR7061

Modified:
    cfe/trunk/www/get_started.html

Modified: cfe/trunk/www/get_started.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/get_started.html?rev=103202&r1=103201&r2=103202&view=diff
==============================================================================
--- cfe/trunk/www/get_started.html (original)
+++ cfe/trunk/www/get_started.html Thu May  6 16:57:57 2010
@@ -61,6 +61,11 @@
     <li>Note: For subsequent Clang development, you can just do make at the
     clang directory level.</li>
   </ul>
+
+  <p>It is also possible to use CMake instead of the makefiles. With CMake it 
+     is also possible to generate project files for several IDEs: Eclipse CDT4,
+     CodeBlocks, Qt-Creator (use the CodeBlocks generator), KDevelop3.</p>
+
   <li>If you intend to work on Clang C++ support, you may need to tell it how
       to find your C++ standard library headers.  If Clang cannot find your 
       system libstdc++ headers, please follow these instructions:</li>





More information about the cfe-commits mailing list