Ice-cream C++ GUI application written in the Spring of 2018.
Previously written on a Linux machine, it has been updated to work with a Mac with C++'s GTK interface, gtkmm. May need to change the Makefile and the included libraries on line 17 to run on your machine.
- Xcode
- gtkmm
- brew install pkg-config
- adwaita icon theme
brew install gtkmm
brew install adwaita-icon-theme
make
make clean
make test
make debug
make all