Building ClanRuby



Building ClanRuby is a relatively painless  process.

What you need before you start:

Building ClanRuby

After unpacking the source, change to the clanruby source directory:
cd ClanRuby-0.6.5a/src
Next run the ruby configuration script -- this will create a Makefile appropriate for you machine:
ruby extconf.rb

Now build ClanRuby:

make
Assuming that it the build goes well, you can install ClanRuby, making it an "official" part of you ruby install. On most systems you will have to be root to do this step:

su

password: <your password>

make install