We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab7ef12 commit 549c343Copy full SHA for 549c343
README.md
@@ -31,7 +31,7 @@ Commonly, following packages are required to build DPDK.
31
```sh
32
apt-get install -y curl git build-essential libnuma-dev meson python3-pyelftools # To download and build DPDK
33
apt-get install -y linux-headers-`uname -r` # To build kernel drivers
34
-apt-get install -y libclang-dev clang llvm-dev # To analyze DPDK headers and create bindings
+apt-get install -y libclang-dev clang llvm-dev pkg-config # To analyze DPDK headers and create bindings
35
```
36
37
DPDK can be installed by following commands:
0 commit comments