book
book copied to clipboard
Dependencies for "external LLVM"
Same as https://github.com/aya-rs/bpf-linker/issues/29, the book is missing to document the need for libpolly-15-dev, and apparently also the need for zlib1g-dev in the case of ubuntu 22.04.1. See Development Environment section.
it works for me.
wget https://apt.llvm.org/llvm.sh && \
chmod u+x llvm.sh && \
sudo ./llvm.sh 15 && \
sudo apt install libpolly-15-dev libz-dev