diff options
| author | Adonais Romero González <[email protected]> | 2023-11-13 10:32:46 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-11-13 10:32:46 -0800 |
| commit | 570a65f4dc08c709d96ee17bfae9c58f15ce3eba (patch) | |
| tree | cde57373f222ec7c3da47f00d87e815a91ad9403 | |
| parent | 61b6bdcf2c034dfedcb1806a58756faf3430f89d (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 |
