Skip to content

Commit aa18f43

Browse files
bboyleonp666tamird
authored andcommitted
Add necessary package installation info
bpf-linker installation on debian distro requires additional packages, which only updated in https://github.com/aya-rs/bpf-linker yet to the book. Update development.md rephrase for better grammer
1 parent 1af8bf4 commit aa18f43

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/book/start/development.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ the rust toolchain if you are running **on a linux x86_64 system** with:
1919
cargo install bpf-linker
2020
```
2121

22+
> On Debian based distributions, you need to install the `llvm-19-dev`,
23+
> `libclang-19-dev` and `libpolly-19-dev` packages (if using LLVM 19).
24+
2225
If you are running **macos, or linux on any other architecture**, you need to
2326
install the newest stable version of LLVM first (for example, with
2427
`brew install llvm`), then install the linker with:

0 commit comments

Comments
 (0)