mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-18 20:23:02 +08:00
[Readme] Added x64 triplet note for Windows Quick Start (#17218)
This commit is contained in:
parent
d978e59bfb
commit
6b0ebbb581
12
README.md
12
README.md
@ -86,6 +86,18 @@ To install the libraries for your project, run:
|
||||
> .\vcpkg\vcpkg install [packages to install]
|
||||
```
|
||||
|
||||
Note: This will install x86 libraries by default. To install x64, run:
|
||||
|
||||
```cmd
|
||||
> .\vcpkg\vcpkg install package:x64-windows
|
||||
```
|
||||
|
||||
Or
|
||||
|
||||
```cmd
|
||||
> .\vcpkg\vcpkg install [packages to install] --triplet=x64-windows
|
||||
```
|
||||
|
||||
You can also search for the libraries you need with the `search` subcommand:
|
||||
|
||||
```cmd
|
||||
|
Loading…
Reference in New Issue
Block a user