diff options
Diffstat (limited to 'llvm/docs/GettingStartedVS.rst')
-rw-r--r-- | llvm/docs/GettingStartedVS.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/GettingStartedVS.rst b/llvm/docs/GettingStartedVS.rst index a4ff2b822fc..7507f97bac8 100644 --- a/llvm/docs/GettingStartedVS.rst +++ b/llvm/docs/GettingStartedVS.rst @@ -39,13 +39,13 @@ and software you will need. Hardware -------- -Any system that can adequately run Visual Studio 2015 is fine. The LLVM +Any system that can adequately run Visual Studio 2017 is fine. The LLVM source tree and object files, libraries and executables will consume approximately 3GB. Software -------- -You will need Visual Studio 2015 or higher, with the latest Update installed. +You will need Visual Studio 2017 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. |