Move vcpkg instructions under MSVC section
It seems more logical to have it here rather than in its own top-level section.
This commit is contained in:
parent
d4c95abe4c
commit
10e8c4404a
@ -98,6 +98,23 @@ a working minimal wxWidgets sample.
|
|||||||
If you need to rebuild, use "clean" target first or "nmake /a".
|
If you need to rebuild, use "clean" target first or "nmake /a".
|
||||||
|
|
||||||
|
|
||||||
|
### Using vcpkg
|
||||||
|
|
||||||
|
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.bat
|
||||||
|
> 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.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
### Special notes for Visual Studio 2010+
|
### Special notes for Visual Studio 2010+
|
||||||
|
|
||||||
For Visual Studio 2010+ solutions it is possible to customize the build by
|
For Visual Studio 2010+ solutions it is possible to customize the build by
|
||||||
@ -241,24 +258,6 @@ NOTE: The makefile.gcc makefiles are for compilation under MinGW using
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
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.bat
|
|
||||||
> 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}
|
Configuring the Build {#msw_build_config}
|
||||||
================================================================
|
================================================================
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user