diff options
author | Duncan Sands <baldrick@free.fr> | 2011-10-11 16:35:07 +0000 |
---|---|---|
committer | Duncan Sands <baldrick@free.fr> | 2011-10-11 16:35:07 +0000 |
commit | 1cb28fdd544c964a180a811c39d055b69d5eeace (patch) | |
tree | bc8241344ab125530868c634583ba76310b77a57 | |
parent | a33d4bc1ffdfa769549d894ec0607c10179d97d2 (diff) | |
download | bcm5719-llvm-1cb28fdd544c964a180a811c39d055b69d5eeace.tar.gz bcm5719-llvm-1cb28fdd544c964a180a811c39d055b69d5eeace.zip |
Mention the cmake build guide on the main docs page.
llvm-svn: 141674
-rw-r--r-- | llvm/docs/index.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/llvm/docs/index.html b/llvm/docs/index.html index 8f82cf9f14c..b647b29da86 100644 --- a/llvm/docs/index.html +++ b/llvm/docs/index.html @@ -63,6 +63,11 @@ Discusses how to get up and running quickly with the LLVM infrastructure. Everything from unpacking and compilation of the distribution to execution of some tools.</li> +<li><a href="CMake.html">LLVM CMake guide</a> - An addendum to the main Getting +Started guide for those using the <a href="http://www.cmake.org/">CMake build +system</a>. +</li> + <li><a href="GettingStartedVS.html">Getting Started with the LLVM System using Microsoft Visual Studio</a> - An addendum to the main Getting Started guide for those using Visual Studio on Windows.</li> |