Skip to content

Commit

Permalink
Clarifying some of the requirements for building with Visual Studio o…
Browse files Browse the repository at this point in the history
…n Windows. Namely, we require the latest Update to be installed (for sanity purposes), and we require CMake 2.8.12.2 for building LLVM with Visual Studio.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@264779 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
AaronBallman committed Mar 29, 2016
1 parent ae7cf58 commit 68b4704
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/GettingStartedVS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,12 @@ approximately 3GB.

Software
--------
You will need Visual Studio 2013 or higher.
You will need Visual Studio 2013 or higher, with the latest Update installed.

You will also need the `CMake <http://www.cmake.org/>`_ build system since it
generates the project files you will use to build with.
generates the project files you will use to build with. CMake 2.8.12.2 is the
minimum required version for building with Visual Studio, though the latest
version of CMake is recommended.

If you would like to run the LLVM tests you will need `Python
<http://www.python.org/>`_. Version 2.7 and newer are known to work. You will
Expand Down

0 comments on commit 68b4704

Please sign in to comment.