aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorSimon Rozman <simon@rozman.si>2021-02-01 10:21:28 +0100
committerSimon Rozman <simon@rozman.si>2021-02-04 18:39:10 +0100
commit49a106b13e20af4920a5720ff112a8cc31c4d55b (patch)
tree913f4215e459ae5d77870b5ba21b00873aac27d0 /README.md
parentapi: ensure that device object exists before returning from open/create (diff)
downloadwintun-49a106b13e20af4920a5720ff112a8cc31c4d55b.tar.xz
wintun-49a106b13e20af4920a5720ff112a8cc31c4d55b.zip
README: document the Windows SDK version requirement
Signed-off-by: Simon Rozman <simon@rozman.si>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 20253ea..cf6214c 100644
--- a/README.md
+++ b/README.md
@@ -397,7 +397,7 @@ Sends the packet and releases internal buffer. WintunSendPacket is thread-safe,
General requirements:
-- [Visual Studio 2019](https://visualstudio.microsoft.com/downloads/)
+- [Visual Studio 2019](https://visualstudio.microsoft.com/downloads/) with Windows SDK 10.0.18362.0
- [Windows Driver Kit for Windows 10, version 1903](https://docs.microsoft.com/en-us/windows-hardware/drivers/download-the-wdk)
`wintun.sln` may be opened in Visual Studio for development and building. Be sure to run `bcdedit /set testsigning on` before to enable unsigned driver loading. The default run sequence (F5) in Visual Studio will build the example project.