Skip to content

Commit

Permalink
Merge pull request #721 from AltraMayor/read_dep
Browse files Browse the repository at this point in the history
gatekeeper: fix dependency list in README.md
  • Loading branch information
AltraMayor authored Nov 28, 2024
2 parents 23c7c38 + a53df67 commit a5b2cef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ $ sudo apt-get -y -q install git clang devscripts doxygen libhugetlbfs-bin \
build-essential gcc-multilib linux-headers-`uname -r` libmnl0 libmnl-dev \
libkmod2 libkmod-dev libnuma-dev libelf1 libelf-dev libc6-dev-i386 \
autoconf flex bison libncurses5-dev libreadline-dev python3 \
libcap-dev libcap2 meson ninja-build pkg-config
python3-pyelftools libcap-dev libcap2 meson ninja-build pkg-config
```

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

0 comments on commit a5b2cef

Please sign in to comment.