Autark: Rethinking build systems – Integrate, Don't Outsourceblog.annapurna.cc1 points·by adamansky·8 months ago·0 comments
Show HN: Autark – A self-contained build system for C/C++autark.dev3 points·by adamansky·12 months ago·4 comments
adamansky·12 months ago·discussSure! Take a look on https://github.com/Softmotions/iwnet/blob/master/Autark this project depends on iowow and fetches it from github when building.
adamansky·12 months ago·discussHi! Build system itself only requires a C Compiler as dependency to work. So if you need a to compile a C++ project, C++ compiler is good to have.