Skip to content

Commit

Permalink
add apt/system package install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
tanelpoder authored Dec 26, 2024
1 parent e72e80e commit 5932098
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion next/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,13 @@ Make sure you cd to the `next` directory.
cd next
```

To install required libbpf dependencies, run:
To install the system packages (on Ubuntu 24.04) for compiling the binary, run:

```
sudo apt install clang llvm libbfd-dev
```

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

```
git submodule update --init --recursive
Expand Down

0 comments on commit 5932098

Please sign in to comment.