From aa72fc8544d6805f8278d02a0757dc703494d44f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20L=C3=B6nnhager?= Date: Tue, 13 Sep 2022 11:54:57 +0200 Subject: [PATCH] Update recommended build environment --- README.md | 9 +++++++-- RELEASE.md | 1 + 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 118d988..4a9ca1a 100644 --- a/README.md +++ b/README.md @@ -15,10 +15,15 @@ Main features: # Development environment +Any recent version of Visual Studio, the WDK, and Windows SDK should work. + The code and project file is known to work with the following combination of software: -- Visual Studio 2019 (MSVC toolset >= v14.26) -- WDK v10.0.18362.1 +- Visual Studio 2022 +- WDK v10.0.22621.382 +- Windows SDK v10.0.22621.0 + +It will only build on Windows 10, version 2004 or later. # Architecture diff --git a/RELEASE.md b/RELEASE.md index deff1d4..1336ea8 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -8,6 +8,7 @@ Ensure the following software is installed: 1. `Visual Studio 2019` or later. 1. `Windows Driver Kit (WDK)` version `10.0.18362.1` or later. +1. `Windows 10, version 2004` or later. Configure signing locally: