diff options
| author | Phil Christensen <philc@microsoft.com> | 2018-11-19 14:13:30 -0800 |
|---|---|---|
| committer | Phil Christensen <philc@microsoft.com> | 2018-11-19 14:13:30 -0800 |
| commit | d0d196488c708aad600d6fbef86fd9af03e53f9b (patch) | |
| tree | 75c8ca3fafeb49d0f62b4ac55dbe8127416b1322 /README.md | |
| parent | 787f40569c846c32018ac7c8df443efde5e34892 (diff) | |
| parent | 73f51d6aa8aa3fd23e8b3996a2f7dedbbf49d6cc (diff) | |
| download | vcpkg-d0d196488c708aad600d6fbef86fd9af03e53f9b.tar.gz vcpkg-d0d196488c708aad600d6fbef86fd9af03e53f9b.zip | |
Merge branch 'master' of https://github.com/microsoft/vcpkg into dev/philc/4759
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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/installing-and-using-packages.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/). @@ -50,7 +50,7 @@ and restart Powershell. ## Examples -See the [documentation](docs/index.md) for specific walkthroughs, including [using a package](docs/examples/using-sqlite.md) and [adding a new package](docs/examples/packaging-zlib.md). +See the [documentation](docs/index.md) for specific walkthroughs, including [installing and using a package](docs/examples/installing-and-using-packages.md), [adding a new package from a zipfile](docs/examples/packaging-zipfiles.md), and [adding a new package from a GitHub repo](docs/examples/packaging-github-repos.md). Our docs are now also available online at ReadTheDocs: <https://vcpkg.readthedocs.io/>! |
