Skip to content

Commit a5b2cef

Browse files
authored
Merge pull request #721 from AltraMayor/read_dep
gatekeeper: fix dependency list in README.md
2 parents 23c7c38 + a53df67 commit a5b2cef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ $ sudo apt-get -y -q install git clang devscripts doxygen libhugetlbfs-bin \
181181
build-essential gcc-multilib linux-headers-`uname -r` libmnl0 libmnl-dev \
182182
libkmod2 libkmod-dev libnuma-dev libelf1 libelf-dev libc6-dev-i386 \
183183
autoconf flex bison libncurses5-dev libreadline-dev python3 \
184-
libcap-dev libcap2 meson ninja-build pkg-config
184+
python3-pyelftools libcap-dev libcap2 meson ninja-build pkg-config
185185
```
186186

187187
Note: Both `libmnl0` and `libmnl-dev` are needed to compile and run
@@ -196,7 +196,7 @@ the folder `bpf/`.
196196
The `autoconf`, `flex`, `bison`, `libncurses5-dev`, and
197197
`libreadline-dev` packages are for BIRD. The `devscripts` package is used to
198198
build Gatekeeper Debian packages.
199-
The packages `python` and `python3-pyelftools` are needed to build DPDK and to
199+
The packages `python3` and `python3-pyelftools` are needed to build DPDK and to
200200
run Python scripts such as `dpdk-devbind.py`.
201201
`libcap-dev` is needed to compile Gatekeeper, but only `libcap2` is needed
202202
to run Gatekeeper.

0 commit comments

Comments
 (0)