Skip to content

Latest commit

 

History

History
73 lines (47 loc) · 941 Bytes

README.md

File metadata and controls

73 lines (47 loc) · 941 Bytes

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.