From cebb57227568871cf5692d255a99a8b4c1c4309a Mon Sep 17 00:00:00 2001 From: "Javier G. Sogo" Date: Wed, 7 Dec 2016 10:04:51 +0100 Subject: [PATCH 1/2] Add Conan and remove Biicode Biicode has been abandoned and the same idea (and almost the same team) is now developing Conan. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 87f17a7..4183179 100644 --- a/README.md +++ b/README.md @@ -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. * [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. From 4742541d56843435f9ca327b09d047f36668705a Mon Sep 17 00:00:00 2001 From: "Javier G. Sogo" Date: Wed, 7 Dec 2016 12:22:57 +0100 Subject: [PATCH 2/2] Add license to Conan.io --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4183179..8ffa074 100644 --- a/README.md +++ b/README.md @@ -653,7 +653,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin * [Bear](https://github.com/rizsotto/Bear) - A tool to generate compilation database for clang tooling. * [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. +* [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.