Autotools vs CMake for both Windows and Linux compilation
Updated 16th of January 2019: Refined advice as tools evolve. I have used autotools before for a considerable amount of time. Currently I make intensive use of meson and cmake only when I need it. Some personal advice: for big teams, stick to CMake if you want to make use of the generators for XCode. … Read more