<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>