A paint program written in C++ using GTK4.
First install the dependencies:
sudo apt install build-essential libgtk-4-dev
Then build the project:
./build.sh
To build and run the project:
./test.sh
Install MSYS2 and run the following commands in the MSYS2 terminal:
pacman -S mingw-w64-x86_64-gtk4 mingw-w64-x86_64-toolchain
Then build the project:
./build.sh
To build and run the project:
./test.sh