Trying to compile something getting a bunch of errors
Im trying to compile something that requires lglfw library but its failing constantly
I tried installing it but it never works
= note: ld: error: unable to find library -lglfw
collect2: error: ld returned 1 exit status
3 Replies
make a distrobox and compile it there, literally see how we do it for looking-glass-client
https://universal-blue.discourse.group/docs?topic=956
Universal Blue
Using Looking Glass on Universal Blue
this is already in bluefin-dx as they did not want users to layer virt-manager on the non-dx image, the ujust will add the SELinux rules and even give you a human readable copy of them in .config/selinux_te 🙂 ujust configure-vfio on bluefin-dx guide for compiling looking-glass is still the same as in bazzite though (just make sure you compil...
if the application is self contained (single binary and no external dependencies that are not on the host) then you can just copy it to the bin folder in your home folder on the host, if not then you have to run it through the distrobox
Thanks