Skip to content

Commit 01a7cdf

Browse files
author
Daniel Kroening
committed
Compilation instructions now say that VS 2015 is required
1 parent b8185ac commit 01a7cdf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

COMPILING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ Follow these instructions:
150150

151151
# COMPILATION ON WINDOWS
152152

153-
There are two options: the Visual Studio compiler with version 12 (2013) or
153+
There are two options: the Visual Studio compiler with version 14 (2015) or
154154
later, or the MinGW cross compiler with version 5.4 or later.
155155
We recommend Visual Studio.
156156

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

0 commit comments

Comments
 (0)