Skip to content

Commit 1547ab0

Browse files
author
Daniel Kroening
committed
Drop the desire to do VS2013 builds
Upgrading to VS2015 enables #3862, noexcept (e.g. #2502), UTF8 strings and constexpr (#2133).
1 parent 77237a6 commit 1547ab0

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)