diff options
author | fireice-uk <fireice-uk@users.noreply.github.com> | 2017-12-08 19:26:54 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-08 19:26:54 +0000 |
commit | 61ec91c68ca840c43e1160212b08c69895ae2f3d (patch) | |
tree | 9ee068d1fd6262122cf0807e0a0a4c13d5a8f844 | |
parent | 241591cf10a8fa8400d951d9e74bb1d0e6721ee0 (diff) | |
parent | 8525144ba3cfa906de6e90cd61c5405823ff26b4 (diff) | |
download | xmr-stak-61ec91c68ca840c43e1160212b08c69895ae2f3d.zip xmr-stak-61ec91c68ca840c43e1160212b08c69895ae2f3d.tar.gz |
Merge pull request #419 from etcet/patch-2
Correct name of optional feature
-rw-r--r-- | doc/compile_Windows.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/compile_Windows.md b/doc/compile_Windows.md index 0ce4a0c..c9a8ff7 100644 --- a/doc/compile_Windows.md +++ b/doc/compile_Windows.md @@ -12,7 +12,7 @@ - download VS2017 Community and install from [https://www.visualstudio.com/downloads/](https://www.visualstudio.com/downloads/) - during the install chose the components - `Desktop development with C++` (left side) - - `Toolset for Visual Studio C++ 2015.3 v140...` (right side) + - `VC++ 2015.3 v140 toolset for desktop` (right side) ### CMake for Win64 |