Merge pull request #281 from jgsogo/patch-2

Add Conan and remove Biicode
This commit is contained in:
Faraz Fallahi
2016-12-07 09:04:18 -06:00
committed by GitHub

View File

@@ -651,9 +651,9 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
## Build Systems
* [Bear](https://github.com/rizsotto/Bear) - A tool to generate compilation database for clang tooling.
* [Biicode](https://www.biicode.com/) - Simple, file-based dependency manager.
* [CMake](https://cmake.org/) - Cross-platform free and open-source software for managing the build process of software using a compiler-independent method. [BSD]
* [C++ Archive Network](https://cppan.org/) - Cross-platform C++ Dependency Manager with a lot of packages available.
* [Conan](https://conan.io/) - C/C++ Package Manager, open sourced. [MIT]
* [CPM](https://github.com/iauns/cpm) - A C++ Package Manager based on CMake and Git.
* [FASTBuild](http://www.fastbuild.org/docs/home.html) - High performance, open-source build system supporting highly scalable compilation, caching and network distribution.
* [MesonBuild](http://mesonbuild.com) - An open source build system meant to be both extremely fast, and, even more importantly, as user friendly as possible.