mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 09:49:08 +08:00
commit
f6fc6b30a3
@ -23,7 +23,7 @@ Install any packages with
|
|||||||
```
|
```
|
||||||
C:\src\vcpkg> .\vcpkg install sdl2 curl
|
C:\src\vcpkg> .\vcpkg install sdl2 curl
|
||||||
```
|
```
|
||||||
Finally, create a New Project (or open an existing one) in Visual Studio 2015 or Visual Studio "15" Preview. You can now `#include` and use any of the installed libraries.
|
Finally, create a New Project (or open an existing one) in Visual Studio 2015 or Visual Studio 2017. You can now `#include` and use any of the installed libraries.
|
||||||
|
|
||||||
## Examples
|
## Examples
|
||||||
See the [`docs\EXAMPLES.md`](docs/EXAMPLES.md) document for specific walkthroughs, including using a package and adding a new package.
|
See the [`docs\EXAMPLES.md`](docs/EXAMPLES.md) document for specific walkthroughs, including using a package and adding a new package.
|
||||||
|
Loading…
Reference in New Issue
Block a user