Skip to content

Commit

Permalink
Merge pull request #40 from abhinavg97/patch-1
Browse files Browse the repository at this point in the history
Update PKG_CONFIG_PATH for dpdk setup on Ubuntu
  • Loading branch information
anujkaliaiitd authored Aug 2, 2024
2 parents 372b380 + cd66218 commit 80e12ae
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/INTERNAL.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,11 @@ cd dpdk-23.11
meson build --prefix=${PWD}/build/install/usr/local
ninja -C build
ninja -C build install
export PKG_CONFIG_PATH="${PWD}/build/install/usr/local/lib/pkgconfig"
export PKG_CONFIG_PATH="${PWD}/build/install/usr/local/lib/x86_64-linux-gnu/pkgconfig:${PWD}/build/install/usr/local/lib/pkgconfig"
```

Note: You can find the PKG_CONFIG_PATH by the following command: find *path_to_dpdk* -name "*.pc".

### Build Machnet

Then, from `${REPOROOT}`:
Expand Down

0 comments on commit 80e12ae

Please sign in to comment.