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