summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSanjay Patel <spatel@rotateright.com>2014-05-30 21:07:25 +0000
committerSanjay Patel <spatel@rotateright.com>2014-05-30 21:07:25 +0000
commit26476d32d3d399d79b7cc5fdd3051b5663dc37d5 (patch)
tree0447e2aba00af53ee4901657e48929fd1896fdc2 /docs
parentc6d0c90b30ac888fd79ce2458e234b75219beb79 (diff)
downloadllvm-26476d32d3d399d79b7cc5fdd3051b5663dc37d5.tar.gz
llvm-26476d32d3d399d79b7cc5fdd3051b5663dc37d5.tar.bz2
llvm-26476d32d3d399d79b7cc5fdd3051b5663dc37d5.tar.xz
added link to CMake page
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@209918 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/GettingStarted.rst7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/GettingStarted.rst b/docs/GettingStarted.rst
index 65bb6bb799..e49b775e9a 100644
--- a/docs/GettingStarted.rst
+++ b/docs/GettingStarted.rst
@@ -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`.