diff options
| author | Adonais Romero González <[email protected]> | 2023-11-13 10:32:46 -0800 |
|---|---|---|
| committer | Adonais Romero González <[email protected]> | 2023-11-13 14:11:21 -0800 |
| commit | 6971eb69270c614964808f0409fe0b479da51270 (patch) | |
| tree | 6d0a6468f59b5f7972e47fbb5f48cc7daf806d2f | |
| parent | d9bea2cdcc8133fb5a9e527b7840aac16f2b5fe8 (diff) | |
Minor adjustments to build instructions (#1021)
| -rw-r--r-- | Building-Locally.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Building-Locally.md b/Building-Locally.md index 838686a5..77f747a0 100644 --- a/Building-Locally.md +++ b/Building-Locally.md @@ -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 @@ -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 |
