File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ Follow these instructions:
150
150
151
151
# COMPILATION ON WINDOWS
152
152
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
154
154
later, or the MinGW cross compiler with version 5.4 or later.
155
155
We recommend Visual Studio.
156
156
@@ -223,7 +223,7 @@ require manual modification of build files.
223
223
```
224
224
You shoud also install [Homebrew](https://brew.sh), after which you can
225
225
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.
227
227
Then, download CMake from the [official download
228
228
page](https://cmake.org/download).
229
229
You'll also need `git` and `patch`, which are both provided by the
You can’t perform that action at this time.
0 commit comments