diff --git a/docs/book/start/development.md b/docs/book/start/development.md index 46dba6e..456cbcc 100644 --- a/docs/book/start/development.md +++ b/docs/book/start/development.md @@ -18,7 +18,8 @@ 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). + +> On Debian based distributions, you need to install the `llvm-19-dev`, `libclang-19-dev` and `libpolly-19-dev` packages (suppose LLVM 19 is used). 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