ebpf: updated dependencies list for compiling

This commit is contained in:
Gustavo Iñiguez Goia 2021-09-13 11:49:27 +02:00
parent 8d3540f7f9
commit c66d5d6bf0

View file

@ -1,6 +1,6 @@
opensnitch.c is an eBPF program. Compilation requires getting kernel source.
sudo apt install clang llvm libelf-dev libzip-dev
sudo apt install clang llvm libelf-dev libzip-dev flex bison libssl-dev bc rsync python3
cd opensnitch
wget https://github.com/torvalds/linux/archive/v5.8.tar.gz
tar -xf v5.8.tar.gz