Comment on How do you get an executable from a GitHub link?
Longpork_afficianado@lemmy.nz 1 year ago
90% of the time, you need to build it yourself. If you’re lucky then its a simple git clone and cmake job. Often it isn’t. I once spent half a day building nested dependencies for a project i wanted to work on.