Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependencies for "external LLVM" #100

Open
je-vv opened this issue Feb 8, 2023 · 2 comments
Open

Dependencies for "external LLVM" #100

je-vv opened this issue Feb 8, 2023 · 2 comments

Comments

@je-vv
Copy link

je-vv commented Feb 8, 2023

Same as aya-rs/bpf-linker#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.

@gwgrisk
Copy link

gwgrisk commented Mar 28, 2023

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

@bboyleonp666
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants