Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 582 Bytes

File metadata and controls

38 lines (29 loc) · 582 Bytes

Gamink

A paint program written in C++ using GTK4.

Installation

Debian/Ubuntu based systems:

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

Windows users:

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