diff options
| author | Jakob Lichtenberg (170957) <[email protected]> | 2024-06-28 10:13:54 -0700 |
|---|---|---|
| committer | Jakob Lichtenberg (170957) <[email protected]> | 2024-06-28 10:13:54 -0700 |
| commit | 9db66427fe5571665fef772aa0a76d753bd0aab6 (patch) | |
| tree | b9d65ffeb1bd7823b92290e58a1f1dde4dbae43d /Building-Locally.md | |
| parent | 6c5f4fc5eba80f8062c77676cef13e9f787a3862 (diff) | |
| parent | b3af8c8f9bd508f54075da2f2516b31d05cd52c8 (diff) | |
51217363user/jakobl/51217363
Diffstat (limited to 'Building-Locally.md')
| -rw-r--r-- | Building-Locally.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Building-Locally.md b/Building-Locally.md index bb9fc610..e3db8dde 100644 --- a/Building-Locally.md +++ b/Building-Locally.md @@ -79,7 +79,11 @@ To build the Windows Driver Samples you need a "driver build environment". In e ### Option A: Use WDK NuGet Packages * See [Download the Windows Driver Kit (WDK)](https://learn.microsoft.com/en-us/windows-hardware/drivers/download-the-wdk) for instructions on how to install Visual Studio, but only complete "Step 1". You do not need to install the SDK or the WDK. -* Install the Visual Studio Windows Driver Kit Extension (WDK.vsix). Open Visual Studio -> Extensions -> Manage Extensions... -> Online -> Visual Studio Market Place -> Windows Driver Kit -> 10.0.26100.0 -> Download +* Install the Visual Studio Windows Driver Kit Extension (WDK.vsix). + * Open Visual Studio -> Extensions -> Manage Extensions... -> Browse. + * In the search bar type: `Windows Driver Kit`. + * Find the `Microsoft` signed extension. + * Click the Install button. * Launch a "Developer Command Prompt for VS 2022". * Restore WDK packages from feed : |
