Promising alternatives to make? [closed]
问题 I've been using make and makefiles for many many years, and although the concept is sound, the implementation has something to be desired. Has anyone found any good alternatives to make that don't overcomplicate the problem? 回答1: check out SCons. For example Doom 3 and Blender make uses of it. 回答2: I have a lot of friends who swear by CMake for cross-platform development: http://www.cmake.org/ It's the build system used for VTK (among other things), which is a C++ library with cross-platform