getting the sources

Rubyk uses git to manage its sources and submodules to load oscit. This is how you can download all you need to compile:

$ git clone git://github.com/rubyk/rubyk.git
$ cd rubyk
$ git submodule init
$ git submodule update
Gaspard Bucher