diff --git a/docs/doxygen/mainpages/liblzma.h b/docs/doxygen/mainpages/liblzma.h index 85e424bdc5..703f0631ef 100644 --- a/docs/doxygen/mainpages/liblzma.h +++ b/docs/doxygen/mainpages/liblzma.h @@ -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 diff --git a/docs/msw/install.md b/docs/msw/install.md index 4cd70ee21c..ae47ebbdd5 100644 --- a/docs/msw/install.md +++ b/docs/msw/install.md @@ -108,6 +108,7 @@ dependency manager: > bootstrap-vcpkg.bat > vcpkg integrate install > vcpkg install wxwidgets + > vcpkg install wxwidgets:x64-windows The wxWidgets port in vcpkg is kept up to date by Microsoft team members and community contributors. If the version is out of date, please [create an issue or pull request]