An open source GUI for the Cez engine Jazz In sea. (Also written in C.)
This software (and Jazz In Sea) is licensed under the GPLv3.
Make sure you installed jazzinsea
. You can check the installation instructions here.
Then, just build the binary,
$ make
And install,
# make install
By default, this will install the binary and shared assets to /usr/local/
. You can change the path using,
# make install PREFIX=`/path/to/install`
To uninstall (add PREFIX
argument if installed to somewhere other than the default directory),
# make uninstall