Skip to content

Commit

Permalink
Add necessary package installation info
Browse files Browse the repository at this point in the history
bpf-linker installation on debian distro requires additional
packages, which only updated in https://github.com/aya-rs/bpf-linker
yet to the book.
  • Loading branch information
trend-leon-wang committed Oct 18, 2024
1 parent 286823c commit de03338
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/book/start/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ the rust toolchain if you are running **on a linux x86_64 system** with:
```console
cargo install bpf-linker
```
> On Debian based distributions, you need to install the `llvm-19-dev`, `libclang-19-dev` and `libpolly-19-dev` packages (suppose you are using LLVM 19).
If you are running **macos, or linux on any other architecture**, you need to
install the newest stable version of LLVM first (for example, with `brew install llvm`),
Expand Down

0 comments on commit de03338

Please sign in to comment.