Skip to content

Instantly share code, notes, and snippets.

@abarya
Created September 28, 2018 16:24
Show Gist options
  • Save abarya/f33fb9ad267ba0907a423a2a18aef983 to your computer and use it in GitHub Desktop.
Save abarya/f33fb9ad267ba0907a423a2a18aef983 to your computer and use it in GitHub Desktop.
Wxwidget Installation tutorial

Things to do:

  1. Download CodeBlocks and wxWidget.
  2. Install them.
  3. Set environment variables.
  4. Compile wxwidget using CodeBlocks.
  5. Create a sample wxWidget App.

make command

mingw32-make -f makefile.gcc BUILD=release SHARED=0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment