Skip to content

michiboo/mruby-zest-build

 
 

Repository files navigation

Zyn-Fusion User Interface

Welcome to the source of the Zyn-Fusion user interface.

Preparations

After cloning the repository, initialize the submodules:

git submodule init
git submodule update

Building

To build you’ll want to use the Makefile:

make setup
make builddep
make

and the ahead-of-time qml compiler 'rebuild-fcache.rb'.

Building on OS X

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 osx

There 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.

Running

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

About

Root repo for mruby-zest containing links to all submodules

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 40.7%
  • Ruby 31.9%
  • Makefile 14.7%
  • Shell 12.7%