@ChrisWere Debian/PopOS are my rock. I’ve been using SUSE Tumbleweed at work, but it’s hard to know what packages I’m looking for translating from Debian and APT.
| Dir Surf | https://dir.surf/ |
| My Blog | https://spacehole.lol |
| Dir Surf | https://dir.surf/ |
| My Blog | https://spacehole.lol |
@architect I tried xmake for a while and really grew to appreciate its dependency management (xrepo). But, I swapped to premake for better cross-platform compatibility and a simpler API.
I’d like a build system written in something a little more human than Lua. C/C++ external tools feel needlessly complex when 90% of the time I just want to build all the files in my current path tree, tweak the optimize flags, and toggle between some linker settings.