Skip to content

Commit 7d04748

Browse files
authored
Update INTERNAL.md
1 parent 08de123 commit 7d04748

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/INTERNAL.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,11 @@ Download and extract DPDK 23.11, then:
6161

6262
```bash
6363
cd dpdk-23.11
64-
meson build --prefix=${PWD}/build/install/usr/local
64+
meson build --prefix=${PWD}/build/install
6565
ninja -C build
6666
ninja -C build install
67-
export PKG_CONFIG_PATH="${PWD}/build/install/usr/local/lib/x86_64-linux-gnu/pkgconfig"
68-
echo "${PWD}/build/install/usr/local/lib/x86_64-linux-gnu" | sudo tee -a /etc/ld.so.conf.d/x86_64-linux-gnu.conf > /dev/null
67+
export PKG_CONFIG_PATH="${PWD}/build/install/lib/x86_64-linux-gnu/pkgconfig"
68+
echo "${PWD}/build/install/lib/x86_64-linux-gnu" | sudo tee -a /etc/ld.so.conf.d/x86_64-linux-gnu.conf > /dev/null
6969
sudo ldconfig
7070
```
7171

0 commit comments

Comments
 (0)