Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 428 Bytes

README.md

File metadata and controls

29 lines (15 loc) · 428 Bytes

pizzac

Management of pizzas

The program is divided into three parts, a GUI in GTK, a CLI, and a wrapper in Guile Scheme.

Dependencies for the build

GCC, GTK4, Autotools, GLib >= 2.66.0

Autotools Dance

sh autogen.sh

mkdir build && cd build

../configure && make

Exec

./src/gtk_pizzac/gtkpizzac

./src/terminal_pizzac/terminalpizzac

./src/guile_pizzac/guilepizzac

Package project (tar.gz)

make distcheck