Document installing vcpkg packages for x64, too

Vcpkg defaults to installing packages for x86-windows, and from the
perspective of x64 builds, the packages installed just cannot be
found -- and the reason is not very obvious.

Having an example with commands that will install both x86 and x64 is
probably the right thing to do in this day and age -- and if somebody
only wants one and not the other, seeing a package name with architecture
specified helps with guessing how to achieve that.

Closes #22075.
This commit is contained in:
Lauri Nurmi
2022-01-30 23:03:26 +02:00
committed by Vadim Zeitlin
parent 49c508c7a9
commit 1a10199575
2 changed files with 2 additions and 0 deletions

View File

@@ -76,6 +76,7 @@ as simple as executing the following commands:
> .\bootstrap-vcpkg.bat
> .\vcpkg integrate install
> .\vcpkg install liblzma
> .\vcpkg install liblzma:x64-windows
@endcode
Afterwards, liblzma headers and libraries (in DLL form) will be available to