aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorSimon Rozman <simon@rozman.si>2019-05-31 08:42:36 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2019-06-03 12:47:05 +0200
commit17e9e17826ef6f89129cb3515f3dac88be268935 (patch)
treee5be12ce295fd1f822c3716dd9bb027c509c3d72 /README.md
parentTurn on compiler speed options (diff)
downloadwintun-17e9e17826ef6f89129cb3515f3dac88be268935.tar.xz
wintun-17e9e17826ef6f89129cb3515f3dac88be268935.zip
Upgrade to VS2019 and update CSQ locking for analysis
Signed-off-by: Simon Rozman <simon@rozman.si>
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 9da3f1d..ae56e62 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@ This is a layer 3 TUN driver for Windows 7, 8, 8.1, and 10. Originally created f
## Build Requirements
-- [Visual Studio 2017](https://visualstudio.microsoft.com/downloads/)
+- [Visual Studio 2019](https://visualstudio.microsoft.com/downloads/)
- [Windows Driver Kit for Windows 10](https://docs.microsoft.com/en-us/windows-hardware/drivers/download-the-wdk)
- [WiX Toolset 3.11.1](http://wixtoolset.org/releases/)
@@ -35,7 +35,7 @@ If you already have `wintun.vcxproj.user` file, just add the `<PropertyGroup>` s
## Building from Command Line
-Open _Developer Command Prompt for VS 2017_ and use the `msbuild` command:
+Open _Developer Command Prompt for VS 2019_ and use the `msbuild` command:
```
msbuild wintun.proj [/t:<target>]