From a9f3c0f09a18a65a09d561856dd22e02e9a2094f Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Tue, 27 Nov 2012 23:34:08 +0000 Subject: [PATCH] clang/www/get_started.html: s/cmake/CMake/ Suggested by Sean McBride, thanks! llvm-svn: 168744 --- clang/www/get_started.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/clang/www/get_started.html b/clang/www/get_started.html index 7756f9e..86b5e17 100644 --- a/clang/www/get_started.html +++ b/clang/www/get_started.html @@ -138,7 +138,7 @@ Visual Studio:

  • Subversion. Source code control program. Get it from: http://subversion.tigris.org/getting.html
  • -
  • cmake. This is used for generating Visual Studio solution and +
  • CMake. This is used for generating Visual Studio solution and project files. Get it from: http://www.cmake.org/cmake/resources/software.html
  • @@ -169,19 +169,19 @@ Visual Studio:

  • svn co http://llvm.org/svn/llvm-project/cfe/trunk clang
  • -
  • Run cmake to generate the Visual Studio solution and project files: +
  • Run CMake to generate the Visual Studio solution and project files: -- 2.7.4