diff options
| author | Sanjay Patel <spatel@rotateright.com> | 2014-05-30 21:07:25 +0000 |
|---|---|---|
| committer | Sanjay Patel <spatel@rotateright.com> | 2014-05-30 21:07:25 +0000 |
| commit | caaa349dc4dd80d5bde0e796dcd2a44a692c1f5f (patch) | |
| tree | 6e85243d0a2b3a2a9f1f4daa160f05505b93aed5 | |
| parent | 6bc8739e57ed7ac57466836fa8fd4db8f0e5ddeb (diff) | |
| download | bcm5719-llvm-caaa349dc4dd80d5bde0e796dcd2a44a692c1f5f.tar.gz bcm5719-llvm-caaa349dc4dd80d5bde0e796dcd2a44a692c1f5f.zip | |
added link to CMake page
llvm-svn: 209918
| -rw-r--r-- | llvm/docs/GettingStarted.rst | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/llvm/docs/GettingStarted.rst b/llvm/docs/GettingStarted.rst index 65bb6bb7997..e49b775e9a5 100644 --- a/llvm/docs/GettingStarted.rst +++ b/llvm/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`. |

