Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 808 Bytes

File metadata and controls

28 lines (17 loc) · 808 Bytes

wx_xml_tutorial

Using wxXmlDocument in wxWidgets.

Image

Full Tutorial: https://www.youtube.com/watch?v=fTabZu3BQ0s

Building

To build the project, use:

cmake -S. -Bbuild
cmake --build build

This will create a directory named build and create all build artifacts there. The main executable can be found in the build/subprojects/Build/wx_xml_tutorial_core folder.

Reqiurements

If you don't have wxWidgets installed, the CMake script will download and build the dependencies automatically.

But if CMake script finds wxWidgets on your system, make sure it's at least version 3.1.0.


Check out the blog for more! devmindscape.com