diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2016-09-19 13:43:11 -0700 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2016-09-19 13:43:11 -0700 |
| commit | 62accba7905534eb07f8ecd33085d7fbcd0b0b73 (patch) | |
| tree | 079f260a597cc043666b8e1ba7df09c9bff036fe | |
| parent | ccca198c1b1730b0241911cb56dc8e3504958b2a (diff) | |
| download | vcpkg-62accba7905534eb07f8ecd33085d7fbcd0b0b73.tar.gz vcpkg-62accba7905534eb07f8ecd33085d7fbcd0b0b73.zip | |
[Readme.md] Add comment about VS integration
| -rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -14,10 +14,11 @@ Then, to hook up user-wide integration, run (note: requires admin on first use) ``` C:\src\vcpkg> .\vcpkg integrate install ``` -Finally, install any packages with +Install any packages with ``` C:\src\vcpkg> .\vcpkg install sdl2 curl ``` +Finally, create a New Project (or open an existing one) in Visual Studio 2015. You can now `#include` and use any of the installed libraries. ## Examples See the [`docs\EXAMPLES.md`](docs/EXAMPLES.md) document for specific walkthroughs, including using a package and adding a new package. |
