Skip to content

Example wxWidgets Application to get quickly started

License

Notifications You must be signed in to change notification settings

xxmathias/wxExampleApp

Repository files navigation

name

name description

Screenshots

Dependecies

In order to compile and run name, you will need the following dependencies:

Ensure you have the wxWidgets library installed, along with its development headers.

sudo apt-get install libwxgtk3.0-gtk3-dev

Ensure you have a C++ compiler. If using g++:

sudo apt-get install g++

How to compile

Clone this repository to your local machine:

git clone [email protected]:Satalicious/wxExampleApp.git

Navigate to the project's directory:

cd wxExampleApp/

Compile the application with make:

make

How to launch

In the root directory of the project:

./name

How to run unit tests

In the root directory of the project:

mkdir build && cd build
cmake ..
make
./unit_test

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

Example wxWidgets Application to get quickly started

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages