Additional dependencies for Bindgen #57
Sparika
started this conversation in
Show and tell
Replies: 1 comment
-
Added in 61ca9e5 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Thanks for the image. For my project, I required to also use rust-bindgen for generating bindings. According to the documentation, bindgen requires
llvm-dev libclang-dev clang
In addition, I was also requiring development headers so I ended up adding packages
linux-headers-generic libc6-dev-i386
.Here is my Dockerfile used for building on Alpine RPi2 armv7:
Beta Was this translation helpful? Give feedback.
All reactions