mirror of
https://github.com/evilsocket/opensnitch.git
synced 2025-03-04 08:34:40 +01:00
ebpf: updated dependencies list for compiling
This commit is contained in:
parent
8d3540f7f9
commit
c66d5d6bf0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue