A dice roller implemented with C and GTK-4.
Must have GTK-4 installed on your system to run the app.
apt install libgtk-4-1
pacman -S gtk4
dnf install gtk4
Remember you need the development package to compile.
apt install libgtk-4-1 libgtk-4-dev
pacman -S gtk4
dnf install gtk4 gtk4-devel
Simply use make to compile with GCC
make
or you can modify the compiler inside the make file
CC=your-compiler