Skip to content

Commit c549708

Browse files
authored
add libbpf pkgs to apt install instructions
1 parent 5932098 commit c549708

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

next/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ cd next
1313
To install the system packages (on Ubuntu 24.04) for compiling the binary, run:
1414

1515
```
16-
sudo apt install clang llvm libbfd-dev
16+
sudo apt install libbpf-dev libbpf-tools clang llvm libbfd-dev
1717
```
1818

1919
To install required libbpf dependencies for the GitHub repo, run:

0 commit comments

Comments
 (0)