diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2018-06-08 16:33:38 -0700 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2018-06-08 16:33:38 -0700 |
| commit | 39c70573df301fb5e4297abbc7f05cc05c0af0a4 (patch) | |
| tree | 640f7898e4f65bd6ecf2a9de663398d687cac2aa /README.md | |
| parent | 91ec5c430131b3364a8cd076e02570e2e99dfb71 (diff) | |
| download | vcpkg-39c70573df301fb5e4297abbc7f05cc05c0af0a4.tar.gz vcpkg-39c70573df301fb5e4297abbc7f05cc05c0af0a4.zip | |
Update documentation
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ # Vcpkg <a href="#"></a> ## Overview -Vcpkg helps you manage C and C++ libraries on Windows, Linux and MacOS. This tool and ecosystem are currently in a preview state; your involvement is vital to its success! +Vcpkg helps you manage C and C++ libraries on Windows, Linux and MacOS. This tool and ecosystem are constantly evolving; your involvement are vital to its success! For short description of available commands, run `vcpkg help`. @@ -37,7 +37,7 @@ The best way to use installed libraries with CMake is via the toolchain file `sc In Visual Studio, you can create a New Project (or open an existing one). All installed libraries are immediately ready to be `#include`'d and used in your project without additional configuration. -For more information, see our [using a package](docs/examples/using-sqlite.md) example for the specifics. +For more information, see our [using a package](docs/examples/using-sqlite.md) example for the specifics. Additional notes on macOS and Linux support can be found in the [official announcement](https://blogs.msdn.microsoft.com/vcblog/2018/04/24/announcing-a-single-c-library-manager-for-linux-macos-and-windows-vcpkg/). |
