Open je-vv opened 1 year ago
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
It seems now that's being added to the README in bpf-linker but not in the book, but that's for llvm 19. Perhaps we can update the book to follow the latest information.
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 forzlib1g-dev
in the case of ubuntu 22.04.1. See Development Environment section.