From 6b0ebbb581084005a9637f8681432e22c8759e2c Mon Sep 17 00:00:00 2001 From: Mark Ingram Date: Mon, 12 Apr 2021 18:54:53 +0100 Subject: [Readme] Added x64 triplet note for Windows Quick Start (#17218) --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 80f8a5960..d094cd3fb 100644 --- a/README.md +++ b/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 -- cgit v1.2.3