name
description
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++
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
In the root directory of the project:
./name
In the root directory of the project:
mkdir build && cd build
cmake ..
make
./unit_test
This project is licensed under the MIT License. See the LICENSE file for details.