Replies: 1 comment 1 reply
-
It also has |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I ma trying to install Shumate. I added it to the build file:
As I am running Fedora 42, I installed libshumate and libshumate-devel, but Meson still tells me the library cannot be found:
Looking in the log file I found this:


So, Meson somehow doesn't have my
lib64
folder in mind while building the project for some reason. I copied the.pc
file fromlib64
tolib
, but it didn't help.What do I do wrong?
Beta Was this translation helpful? Give feedback.
All reactions