TheDan64 / inkwell

It's a New Kind of Wrapper for Exposing LLVM (Safely)
https://thedan64.github.io/inkwell/
Apache License 2.0
2.38k stars 229 forks source link

How do i even install llvm for this (pacman llvm does not work)? #532

Closed taitep closed 2 months ago

taitep commented 2 months ago

I am trying to get this crate to work, but im getting an error when trying to just build a hello world with the crate installed. I think it says its missing some library files. I installed from pacman and the llvm and llvm-libs packages just dont include those files. Not sure if this is a problem in the repos, inkwell or somewhere completely else. Here is the full output from cargo: https://pastebin.com/FWnyt5AT

kehrazy commented 2 months ago

by building it manually with cmake.

TheDan64 commented 2 months ago

Converting to a discussion as this is a question and not an issue.

LLVM has a setup installer bash script, I'm not sure if it works on arch(?) but it's worth looking into