Skip to content

Commit 32071a2

Browse files
committed
Clarifying some of the requirements for building with Visual Studio on 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.
llvm-svn: 264779
1 parent 2d431c3 commit 32071a2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

llvm/docs/GettingStartedVS.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,12 @@ approximately 3GB.
4545

4646
Software
4747
--------
48-
You will need Visual Studio 2013 or higher.
48+
You will need Visual Studio 2013 or higher, with the latest Update installed.
4949

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

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

0 commit comments

Comments
 (0)