Index: cfe/trunk/www/get_started.html =================================================================== --- cfe/trunk/www/get_started.html +++ cfe/trunk/www/get_started.html @@ -47,20 +47,20 @@ http://www.cmake.org/download -
  • Checkout LLVM: +
  • Check out LLVM:
  • -
  • Checkout Clang: +
  • Check out Clang:
  • -
  • Checkout extra Clang Tools: (optional) +
  • Check out extra Clang tools: (optional)
  • -
  • Checkout Compiler-RT (optional): +
  • Check out Compiler-RT (optional):
  • -
  • Checkout libcxx: (only required to build and run Compiler-RT tests on OS X, optional otherwise) +
  • Check out libcxx: (only required to build and run Compiler-RT tests on OS X, optional otherwise)
    • cd llvm/projects
    • svn co http://llvm.org/svn/llvm-project/libcxx/trunk @@ -124,13 +124,13 @@ checkout is at the same revision as your Clang checkout. LLVM's interfaces change over time, and mismatched revisions are not expected to work together.

      - +

      Simultaneously Building Clang and LLVM:

      Once you have checked out Clang into the llvm source tree it will build along with the rest of llvm. To build all of LLVM and Clang together all at once simply run make from the root LLVM directory.

      - +

      Note: Observe that Clang is technically part of a separate Subversion repository. As mentioned above, the latest Clang sources are tied to the latest sources in the LLVM tree. You can update your toplevel LLVM project @@ -169,16 +169,19 @@

  • -
  • Checkout LLVM: +
  • Check out LLVM:
    • svn co http://llvm.org/svn/llvm-project/llvm/trunk llvm
  • -
  • Checkout Clang: +
  • Check out Clang:
    • cd llvm\tools
    • svn co http://llvm.org/svn/llvm-project/cfe/trunk clang
    +

    Note: Some Clang tests are sensitive to the line endings. Ensure + that checking out the files does not convert LF line endings to CR+LF. + If you use git-svn, make sure your core.autocrlf setting is false.

  • Run CMake to generate the Visual Studio solution and project files: