Closed thiru closed 5 years ago
Ahh, right. A new dependency requires libclang.
env LIBCLANG_PATH=/usr/lib cargo build --release
(or where libclang*.so is).Let me know which works.
Oh right, I assumed libclang was a rust library. sudo pacman -S clang
did the trick.
Thanks, and awesome work on this project!
@thiru Thanks for reporting this. It is unclear, so I added a note in the README.
Build fails with the following error message. I'm running Arch Linux with cargo 1.37.0.