This program is a simple example for using CMake and wxWidgets to create a portable GUI application, detailed in the blog post https://solidlake.com/posts/wxwidgets/.
Components used in this application:
- wxBoxSizer
- wxGridSizer
- wxTextCtrl
- wxButton
You'll need to install the wxWidgets
and cmake
packages for your
distribution, and then run:
$ mkdir build
$ cd build
$ cmake ../
$ make
You'll need to install wxWidgets
and cmake
.
Then create a build
directory inside of the repository folder and execute the
appropriate generate for your environment:
cmake -G 'Visual Studio 15 2017 Win64' ../