/sheep-counter

A GUI program made in C with GTK+3.0 that counts sheep with audio!

Primary LanguageCMIT LicenseMIT

sheep-counter

A GUI program made in C with GTK+3.0 that counts sheep with audio! sheep-counter

compiling

Requires gtk3, SDL2, and SDL2_mixer

With make:

make

With gcc:

gcc main.c -w `pkg-config --cflags --libs gtk+-3.0` -export-dynamic -l SDL2 -l SDL2_mixer -o sheep-counter