Welcome to the source of the Zyn-Fusion user interface.
After cloning the repository, initialize the submodules:
git submodule init
git submodule updateTo build you’ll want to use the Makefile:
make setup
make builddep
makeand the ahead-of-time qml compiler 'rebuild-fcache.rb'.
In order to make the build work on a recent OSX (at the time of writing, 10.13), run the make process as follows:
make setup
make builddep
OS=Mac make osxThere will be a number of deprecation warnings, these can be ignored.
The main difference to the Linux build are the linking options (The process links against
the OpenGL and the AppKit frameworks.
The build process will create a libzest.so library and the zest executable.
See the contributing.adoc document for information about
running the application and changing it.
Enjoy, --Mark McCurry