Skip to content

Commit 9fc79a8

Browse files
authored
Merge pull request #3894 from diffblue/VS2015
Drop the desire to do VS2013 builds
2 parents be2c068 + 1547ab0 commit 9fc79a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

COMPILING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ Follow these instructions:
144144

145145
# COMPILATION ON WINDOWS
146146

147-
There are two options: the Visual Studio compiler with version 12 (2013) or
147+
There are two options: the Visual Studio compiler with version 14 (2015) or
148148
later, or the MinGW cross compiler with version 5.4 or later.
149149
We recommend Visual Studio.
150150

@@ -218,7 +218,7 @@ require manual modification of build files.
218218
```
219219
You shoud also install [Homebrew](https://brew.sh), after which you can
220220
run `brew install cmake` to install CMake.
221-
- On Windows, ensure you have Visual Studio 2013 or later installed.
221+
- On Windows, ensure you have Visual Studio 2015 or later installed.
222222
Then, download CMake from the [official download
223223
page](https://cmake.org/download).
224224
You'll also need `git` and `patch`, which are both provided by the

0 commit comments

Comments
 (0)