]> granicus.if.org Git - clang/commitdiff
mention that cmake works on unix too. PR7061
authorChris Lattner <sabre@nondot.org>
Thu, 6 May 2010 21:57:57 +0000 (21:57 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 6 May 2010 21:57:57 +0000 (21:57 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@103202 91177308-0d34-0410-b5e6-96231b3b80d8

www/get_started.html

index 141698f6e8126d2a18d72d824b05cf1219f47e96..96979af32d063516da3b4b631ce7618c394872bf 100644 (file)
@@ -61,6 +61,11 @@ follows:</p>
     <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>