diff options
author | Chris James <etcet@users.noreply.github.com> | 2017-12-08 13:04:51 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-08 13:04:51 -0600 |
commit | 8525144ba3cfa906de6e90cd61c5405823ff26b4 (patch) | |
tree | 9ee068d1fd6262122cf0807e0a0a4c13d5a8f844 /doc | |
parent | 241591cf10a8fa8400d951d9e74bb1d0e6721ee0 (diff) | |
download | xmr-stak-8525144ba3cfa906de6e90cd61c5405823ff26b4.zip xmr-stak-8525144ba3cfa906de6e90cd61c5405823ff26b4.tar.gz |
Correct name of optional feature
That's what it's called now: https://i.imgur.com/juZhtyz.png
Diffstat (limited to 'doc')
-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 |