[llvm-commits] [llvm] r141674 - /llvm/trunk/docs/index.html
Duncan Sands
baldrick at free.fr
Tue Oct 11 09:35:07 PDT 2011
Author: baldrick
Date: Tue Oct 11 11:35:07 2011
New Revision: 141674
URL: http://llvm.org/viewvc/llvm-project?rev=141674&view=rev
Log:
Mention the cmake build guide on the main docs page.
Modified:
llvm/trunk/docs/index.html
Modified: llvm/trunk/docs/index.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/index.html?rev=141674&r1=141673&r2=141674&view=diff
==============================================================================
--- llvm/trunk/docs/index.html (original)
+++ llvm/trunk/docs/index.html Tue Oct 11 11:35:07 2011
@@ -63,6 +63,11 @@
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>
More information about the llvm-commits
mailing list