rubyk / rubyk

Open source patcher for multimedia projects: glue all this midi, DMX, neural networks, opengl stuff into a fast C++ core with Lua scriptable objects.

commit  dc8755191f02baf8d08e1709069c8168b6783a25
tree    56938afd51be17e58d8a634e6342756e76ceb801
parent  6366f6828075c805f4f758ef9c2cbe436923be86
rubyk / oscit
oscit/README
Compilation:

mac os x
--------

> make

linux
-----

You first need to install avahi and cmake:

> sudo aptitude install libavahi-client-dev cmake
> make