* [[.:cmake]] - Cross-platform free and open-source software for managing the build process of software using a compiler-independent method. [BSD]
* [[.:cmake]] - Cross-platform free and open-source software for managing the build process of software using a compiler-independent method. [BSD]
-
* [[https://ninja-build.org/|Ninja]] - Ninja is a small build system with a focus on speed.[Apache 2.0]
+
* [[https://ninja-build.org/|Ninja]] - Ninja is a small build system with a focus on speed.[Apache 2.0], 对标Make, 专注速度
* autotools
* autotools
* [[gyp]]
* [[gyp]]
-
=== 包管理 ===
+
* [[https://mesonbuild.com/|meson]] - Meson is an open source build system meant to be both extremely fast, and, even more importantly, as user friendly as possible. (python)
+
==== › 包管理 ====
* [[https://github.com/microsoft/vcpkg|Vcpkg]] - C++ library manager for Windows, Linux, and MacOS. [MIT]
* [[https://github.com/microsoft/vcpkg|Vcpkg]] - C++ library manager for Windows, Linux, and MacOS. [MIT]
* [[http://valgrind.org/|valgrind]] - A tool for memory debugging, memory leak detection, and profiling.
* [[http://valgrind.org/|valgrind]] - A tool for memory debugging, memory leak detection, and profiling.
* [[https://github.com/nlohmann/json|nlohmann-json]] - JSON for Modern C++. [MIT]
* [[https://github.com/nlohmann/json|nlohmann-json]] - JSON for Modern C++. [MIT]
+
* [[https://github.com/sogou/workflow|Sogou C++ Workflow]] - This is an enterprise-level programming engine in light and elegant design which can satisfy most C++ back-end development requirements.[Apache-2.0]