russelltg / wl-screenrec

High performance wlroots screen recording, featuring hardware encoding
Apache License 2.0
266 stars 9 forks source link

AUR install fails to build #7

Closed andresatierf closed 1 year ago

andresatierf commented 1 year ago

Running

paru -S wl-screenrec-git

result in the following error

thread 'main' panicked at 'Unable to find libclang: "couldn't find any valid shared libraries matching: ['libclang.so', 'libclang-*.so', 'libclang.so.*', 'libclang-*.so.*'], set the `LIBCLANG_PATH` environment variable to a path where one of these files can be found (invalid: [])"', /home/user/.cargo/registry/src/github.com-1ecc6299db9ec823/bindgen-0.64.0/./lib.rs:2393:31
russelltg commented 1 year ago

Ah, that must be a build dep that I missed, thank you! I'll fix it soon, in the meantime install libclang and try again

russelltg commented 1 year ago

Should be fixed