Skip to content

Commit

Permalink
Add gcc-multilib as eBPF pre-requisite for Ubuntu
Browse files Browse the repository at this point in the history
Signed-off-by: jaehnri <[email protected]>
  • Loading branch information
jaehnri committed May 3, 2023
1 parent ac48458 commit 8ff6dc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backends/ebpf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Linux Kernel > 5.15 (hasn't be tested on earlier versions)
* llvm and clang :
- Fedora `sudo dnf -y install llvm clang`
- Ubuntu `sudo apt-get -y install llvm clang`
- Ubuntu `sudo apt-get -y install llvm clang gcc-multilib`
* libbpf -> v0.8.0 is Automatically downloaded with `make bytecode` target
* [cilium/ebpf requirements](https://github.com/cilium/ebpf#requirements)
* Bpf2go
Expand Down

0 comments on commit 8ff6dc1

Please sign in to comment.