Skip to content

Commit

Permalink
Minor adjustments to build instructions (#1021)
Browse files Browse the repository at this point in the history
  • Loading branch information
NeoAdonis committed Nov 13, 2023
1 parent d9bea2c commit 6971eb6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Building-Locally.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# How to build locally

## Step 1: Install git and pwsh 7.3.0
## Step 1: Install Git and PowerShell 7

```
winget install --id Microsoft.Powershell --source winget
winget install --id Git.Git --source winget
Expand All @@ -10,7 +11,7 @@ winget install --id Git.Git --source winget

There are multiple ways to achieve this. For example, [install Visual Studio and the Windows Driver Kit](https://learn.microsoft.com/en-us/windows-hardware/drivers/download-the-wdk#download-and-install-the-windows-11-version-22h2-wdk).

You can also just download and mount the EWDK as well and in the following example that is what we will do:
You can also use the Enterprise WDK (EWDK), a standalone, self-contained command-line environment for building drivers:
* Download the Windows 11, version 22H2 EWDK ISO image from the [official site](https://learn.microsoft.com/en-us/legal/windows/hardware/enterprise-wdk-license-2022)
* Mount ISO image
* Open a terminal
Expand Down

0 comments on commit 6971eb6

Please sign in to comment.