mirror of
https://github.com/fffaraz/awesome-cpp.git
synced 2025-12-17 20:34:38 +03:00
Merge pull request #989 from egorpugin/patch-1
Replace outdated CPPAN package manager with SW package manager
This commit is contained in:
@@ -1003,7 +1003,6 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny
|
||||
* [Buck](https://github.com/facebook/buck) - A fast build system that encourages the creation of small, reusable modules over a variety of platforms and languages including C++ developed and used at Facebook. Written in Java. [Apache]
|
||||
* [clib](https://github.com/clibs/clib) - Package manager for the C programming language. [MIT]
|
||||
* [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.
|
||||
* [Cget](https://github.com/pfultz2/cget) - Cmake package retrieval. [Boost] [website](http://cget.readthedocs.io)
|
||||
* [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.
|
||||
@@ -1014,6 +1013,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny
|
||||
* [Scons](http://www.scons.org/) - A software construction tool configured with a Python script.
|
||||
* [Sconsolidator](http://www.sconsolidator.com/) - Scons build system integration for Eclipse CDT.
|
||||
* [Spack](https://spack.io/) - A flexible package manager that supports multiple versions, configurations, platforms, and compilers. [Apache-2.0/MIT]
|
||||
* [SW](https://software-network.org/) - Cross-platform C++ (and other langs) Build System and Package Manager with a lot of packages available. [GPLv3]
|
||||
* [tundra](https://github.com/deplinenoise/tundra) - High-performance code build system designed to give the best possible incremental build times even for very large software projects.
|
||||
* [tup](http://gittup.org/tup/) - File-based build system that monitors in the background for changed files.
|
||||
* [Premake](http://premake.github.io) - A tool configured with a Lua script to generate project files for Visual Studio, GNU Make, Xcode, Code::Blocks, and more across Windows, Mac OS X, and Linux.
|
||||
|
||||
Reference in New Issue
Block a user