Add vcpkg installation instructions for wxMSW

Closes https://github.com/wxWidgets/wxWidgets/pull/1777
This commit is contained in:
NancyLi1013
2020-04-01 02:03:50 -07:00
committed by Vadim Zeitlin
parent 06af121e9c
commit d781764d6d

View File

@@ -330,6 +330,24 @@ more details)
Installing and building wxWidgets using vcpkg {#msw_install_and_build}
=============================================
You can download and install wxWidgets using the [vcpkg](https://github.com/Microsoft/vcpkg)
dependency manager:
$ git clone https://github.com/Microsoft/vcpkg.git
$ cd vcpkg
$ ./bootstrap-vcpkg.sh
$ ./vcpkg integrate install
$ vcpkg install wxwidgets
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]
(https://github.com/Microsoft/vcpkg) on the vcpkg repository.
Configuring the Build {#msw_build_config}
================================================================