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:
committed by
Vadim Zeitlin
parent
49c508c7a9
commit
1a10199575
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user