From 8562a109a18a7a6c8221d5c8c6df2c45e0e1d7b7 Mon Sep 17 00:00:00 2001 From: Viktor Kirilov Date: Tue, 24 Apr 2018 21:08:28 +0300 Subject: [PATCH] vcpkg now supports Linux/OSX https://blogs.msdn.microsoft.com/vcblog/2018/04/24/announcing-a-single-c-library-manager-for-linux-macos-and-windows-vcpkg/ --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2dbd9aa..48cd2f0 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ Your contributions are highly welcome (first see [CONTRIBUTING.md](CONTRIBUTING. * [conan](https://github.com/conan-io/conan) - Conan C++ Package Manager, implemented in Python and has a CMake integration backend. [```[MIT]```][MIT] * [fips](https://github.com/floooh/fips) - High-level build system/dependency management for distributed, multi-platform C/C++ projects. [```[MIT]```][MIT] * [Ninja](https://github.com/ninja-build/ninja) - Build system that differs from others in two major respects: it is designed to have its input files generated by a higher-level build system (like CMake), and it is designed to run builds as fast as possible. [```[APACHE2]```][APACHE2] -* [vcpkg](https://github.com/Microsoft/vcpkg) - A tool to acquire and build C++ open source libraries on Windows. Vcpkg uses CMake internally as a build scripting language. [```[MIT]```][MIT] +* [vcpkg](https://github.com/Microsoft/vcpkg) - A tool to acquire and build C++ open source libraries. Uses CMake internally as a build script language. [```[MIT]```][MIT] ## Modules