You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am keen to have this working on Arch Linux (because of course one of us was going to show up eventually)
Managed to get cmake config'd and output a makefile, then ran the makefile and landed with a neat little executable. Rather painless really so you should be commended :)
Only issue is the following error:
Having a quick grep I found the following lines in main.cpp:
So, the next logical question is what are these folders and what are the desired permissions?
As an aside, is there a way to run this as a non-root user?
The text was updated successfully, but these errors were encountered:
Hello there!
I am keen to have this working on Arch Linux (because of course one of us was going to show up eventually)
Managed to get cmake config'd and output a makefile, then ran the makefile and landed with a neat little executable. Rather painless really so you should be commended :)
Only issue is the following error:
Having a quick grep I found the following lines in main.cpp:
So, the next logical question is what are these folders and what are the desired permissions?
As an aside, is there a way to run this as a non-root user?
The text was updated successfully, but these errors were encountered: