From: Duncan Sands Date: Tue, 11 Oct 2011 16:35:07 +0000 (+0000) Subject: Mention the cmake build guide on the main docs page. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=32ee5c29219b131015145276c9ea2110587305ef;p=oota-llvm.git Mention the cmake build guide on the main docs page. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141674 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/index.html b/docs/index.html index 8f82cf9f14c..b647b29da86 100644 --- a/docs/index.html +++ b/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. +
  • LLVM CMake guide - An addendum to the main Getting +Started guide for those using the CMake build +system. +
  • +
  • Getting Started with the LLVM System using Microsoft Visual Studio - An addendum to the main Getting Started guide for those using Visual Studio on Windows.