From cd3b5feb1593939a3607e99e0e970319976416c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20H=C3=B6glinger-Stelzer?= Date: Sun, 23 Sep 2018 15:23:34 +0200 Subject: [PATCH] Updated build instructions --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0483842..19548ec 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ The driver is built for Windows 7/8/8.1/10 (x86 and amd64). - Visual Studio **2017** ([Community Edition](https://www.visualstudio.com/thank-you-downloading-visual-studio/?sku=Community&rel=15) is just fine) - [WDK for Windows 10, version 1803](https://developer.microsoft.com/en-us/windows/hardware/windows-driver-kit) +- [.NET Core SDK 2.1](https://www.microsoft.com/net/download/dotnet-core/2.1) (or greater, required for building only) You can either build directly within Visual Studio or in PowerShell by running the build script: @@ -45,7 +46,7 @@ You can either build directly within Visual Studio or in PowerShell by running t .\build.ps1 -configuration release ``` -Do bear in mind that you'll need to sign the driver to use it without [test mode](). +Do bear in mind that you'll need to **sign** the driver to use it without [test mode](). ## Installation