Skip to content

Commit 549c343

Browse files
committed
Documentation
1 parent ab7ef12 commit 549c343

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Commonly, following packages are required to build DPDK.
3131
```sh
3232
apt-get install -y curl git build-essential libnuma-dev meson python3-pyelftools # To download and build DPDK
3333
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
34+
apt-get install -y libclang-dev clang llvm-dev pkg-config # To analyze DPDK headers and create bindings
3535
```
3636

3737
DPDK can be installed by following commands:

0 commit comments

Comments
 (0)