wxWidgets-vscode-template

This repository is the template for creating cross platform GUI.

Dependencies for Running Locally

Setup CMake

  1. Install C/C++ extension for VS Code. here
  2. Install CMake Tools CMake Tools
  3. Indicate CMakeLists when vscode ask for it.

Basic Build Instructions

  1. Clone this repo.
  2. Make a build directory in the top level directory: mkdir build && cd build
  3. Compile: cmake .. && make
  4. Run it: ./helllo-world.