wxWidgets 3.1.5 Win10下编译
下载wxWidgets 3.1.5
我去了官网下载了一下wxWidgets 3.1.5```
wxWidgets 3.1.5:link.
下载之后我解压放到我的硬盘
在目录上找到/docs/msw/install.md
我选择了mingw的编译器
0. Open MSYS or Cygwin shell prompt.
1. Create a build directory: it is is strongly recommended to not
build the library in the directory containing the sources (`$WXWIN`)
but to create a separate build directory instead. The build
directory can be placed anywhere (using the fastest available disk
may be a good idea), but in this example we create it as a
subdirectory of the source one:
$ cd $WXWIN
$ mkdir build-debug
$ cd build-debug
2. Run configure passing it any of the options shown by "configure
--help". Notice that configure builds shared libraries by default,
use --disable-shared to build static ones. For example:
$ ../configure --enable-debug
3. Build the library:
$ make
4. Test the library build by building the minimal sample:
$ cd samples/minimal
$ make
5. Optionally install the library in a global location
$ make install
Notice that there is not much benefice to installing under Windows
so this step can usually be