added link to CMake page
authorSanjay Patel <spatel@rotateright.com>
Fri, 30 May 2014 21:07:25 +0000 (21:07 +0000)
committerSanjay Patel <spatel@rotateright.com>
Fri, 30 May 2014 21:07:25 +0000 (21:07 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@209918 91177308-0d34-0410-b5e6-96231b3b80d8

docs/GettingStarted.rst

index 65bb6bb7997b3fd19ca4d364d135d2ef3a67285f..e49b775e9a5dd61adc63cfbd9c0fae07648aeb51 100644 (file)
@@ -87,9 +87,10 @@ Here's the short story for getting up and running quickly with LLVM:
    * ``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`.