Management of pizzas
The program is divided into three parts, a GUI in GTK, a CLI, and a wrapper in Guile Scheme.
GCC, GTK4, Autotools, GLib >= 2.66.0
sh autogen.sh
mkdir build && cd build
../configure && make
./src/gtk_pizzac/gtkpizzac
./src/terminal_pizzac/terminalpizzac
./src/guile_pizzac/guilepizzac
make distcheck