Skip to content

usithadev/firstwx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is my first GUI application written with C++ and wxWidgets.

BUILD INSTRUCTIONS

To build, you need to be installed wxWidgets on your platform. After installation you should give the following commands in your terminal:

$ git clone https://github.com/usithadev/firstwx

$ cd firstwx

$ cmake -S . -B ./build -G "Unix Makefiles"

$ cd build

$ cmake --build .

Now you can run the FirstWX.exe in the build folder. :)