Skip to content

Commit 17bc834

Browse files
committed
readme: document only the necessary apt packages
Only the make, clang, libelf-dev, libc6-dev-i386, and libbpf-dev packages are needed. Document them. Signed-off-by: Chester A. Unal <[email protected]>
1 parent 73ccf7f commit 17bc834

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,11 @@ Checksum:
102102

103103
## Build
104104

105-
Build the binary using `make`. CLang and `libbpf` is required, e.g.
105+
Build the binary using `make`. CLang, `libelf`, `libc6`, and `libbpf` are
106+
required:
106107

107108
```
108-
sudo apt install clang llvm libelf-dev build-essential libc6-dev-i386 libbpf-dev
109+
sudo apt install make clang libelf-dev libc6-dev-i386 libbpf-dev
109110
```
110111

111112

0 commit comments

Comments
 (0)