Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 38f462d

Browse files
committed
Merge pull request #2494 from weshaggard/UpdateVS2015Instructions
Update instructions to point to VS 2015 RTM
2 parents 5f612ec + b7db354 commit 38f462d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Documentation/building/windows-instructions.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ Visual Studio 2013 (Update 3 or later) or Visual Studio 2015 (Preview or later)
1111

1212
The following free downloads are compatible:
1313
* [Visual Studio Community 2013 (with Update 3)](http://www.visualstudio.com/en-us/visual-studio-community-vs.aspx)
14-
* [Visual Studio Enterprise 2015 RC](http://www.visualstudio.com/en-us/downloads/visual-studio-2015-downloads-vs)
14+
* [Visual Studio Community 2015](http://www.visualstudio.com/en-us/downloads/visual-studio-2015-downloads-vs)
15+
16+
Note: In order to build our C++ projects be sure to select "Programming Languages | Visual C++ | Common Tools for Visual C++ 2015" while installing VS 2015 (or modify your install to include it).
1517

1618
## Building From the Command Line
1719

0 commit comments

Comments
 (0)