[llvm] r209918 - added link to CMake page

Sanjay Patel spatel at rotateright.com
Fri May 30 14:07:25 PDT 2014


Author: spatel
Date: Fri May 30 16:07:25 2014
New Revision: 209918

URL: http://llvm.org/viewvc/llvm-project?rev=209918&view=rev
Log:
added link to CMake page

Modified:
    llvm/trunk/docs/GettingStarted.rst

Modified: llvm/trunk/docs/GettingStarted.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/GettingStarted.rst?rev=209918&r1=209917&r2=209918&view=diff
==============================================================================
--- llvm/trunk/docs/GettingStarted.rst (original)
+++ llvm/trunk/docs/GettingStarted.rst Fri May 30 16:07:25 2014
@@ -87,9 +87,10 @@ Here's the short story for getting up an
    * ``make check-all`` --- This run the regression tests to ensure everything
      is in working order.
 
-   * It is also possible to use CMake instead of the makefiles. With CMake it is
-     possible to generate project files for several IDEs: Xcode, Eclipse CDT4,
-     CodeBlocks, Qt-Creator (use the CodeBlocks generator), KDevelop3.
+   * It is also possible to use `CMake <CMake.html>`_ instead of the makefiles.
+     With CMake it is possible to generate project files for several IDEs:
+     Xcode, Eclipse CDT4, CodeBlocks, Qt-Creator (use the CodeBlocks
+     generator),KDevelop3.
 
    * If you get an "internal compiler error (ICE)" or test failures, see
      `below`.





More information about the llvm-commits mailing list