Skip to content

Commit 9d52133

Browse files
committed
Docs: Update Windows guides
1 parent 2ecfa59 commit 9d52133

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

doc/build_WIN.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,10 @@
7676
git am "$MTL_PATH"/patches/dpdk/25.11/*.patch
7777
```
7878
79+
```
80+
git apply "$MTL_PATH"/patches/dpdk/25.11/windows/*.patch
81+
```
82+
7983
1. Build DPDK
8084
8185
```
@@ -86,9 +90,9 @@
8690
meson compile -C build
8791
```
8892
89-
Create a copy of the sched.h file
93+
Create a copy of the `sched.h` file
9094
91-
> **Note:** DPDK installation overwrites the sched.h file and cause MTL build problems
95+
> **Note:** DPDK installation overwrites the `sched.h` file and cause MTL build problems
9296
9397
```
9498
cp "${MSYSTEM_PREFIX}/include/sched.h" "${MTL_PATH}/sched.h"

0 commit comments

Comments
 (0)