From bc019c7389284e1c90b4e123a96a94897ea84733 Mon Sep 17 00:00:00 2001 From: Robert Schumacher Date: Tue, 11 Apr 2017 17:17:50 -0700 Subject: Update EXAMPLES.md Because purge is now the default behavior of `remove`, packages are not "quickly" reinstallable using `install`. --- docs/EXAMPLES.md | 1 - 1 file changed, 1 deletion(-) (limited to 'docs') diff --git a/docs/EXAMPLES.md b/docs/EXAMPLES.md index 73b0d3048..c8bbdbefe 100644 --- a/docs/EXAMPLES.md +++ b/docs/EXAMPLES.md @@ -62,7 +62,6 @@ PS D:\src\vcpkg> .\vcpkg install sqlite3 -- Performing post-build validation done Package sqlite3:x86-windows is installed ``` -In addition to installing, `vcpkg` caches a pristine copy of the built library inside the `packages\` directory -- in this case, `packages\sqlite3_x86-windows`. This allows you to quickly uninstall and reinstall the library in the future using the `remove` and `install` commands. We can check that sqlite3 was successfully installed for x86 windows desktop by running the `list` command. ``` -- cgit v1.2.3 From 8780614392b43d628a8f7905ff4f367bc1fa9881 Mon Sep 17 00:00:00 2001 From: Robert Schumacher Date: Tue, 11 Apr 2017 17:21:20 -0700 Subject: Update EXAMPLES.md Change "15" Preview reference to 2017 --- docs/EXAMPLES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/EXAMPLES.md b/docs/EXAMPLES.md index c8bbdbefe..7331bd81c 100644 --- a/docs/EXAMPLES.md +++ b/docs/EXAMPLES.md @@ -92,7 +92,7 @@ Installing new libraries will make them instantly available. ``` *Note: You will need to restart Visual Studio or perform a Build to update intellisense with the changes.* -You can now simply use File -> New Project in Visual Studio 2015 or Visual Studio "15" Preview and the library will be automatically available. For Sqlite, you can try out their [C/C++ sample](https://sqlite.org/quickstart.html). +You can now simply use File -> New Project in Visual Studio 2015 or Visual Studio 2017 and the library will be automatically available. For Sqlite, you can try out their [C/C++ sample](https://sqlite.org/quickstart.html). To remove the integration for your user, you can use `.\vcpkg integrate remove`. -- cgit v1.2.3