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
Funding from the Swiss Federal Office of Culture to write the graphical frontend to rubyk !
Moving from a global mutex to a global select/poll loop.