Compiling jruby from source in Ubuntu Intrepid Ibex


Very easy to do:

CODE:
  1. sudo aptitude install ant openjdk-6-jdk
  2. cd ~/src
  3. svn co http://svn.codehaus.org/jruby/trunk/jruby/
  4. cd jruby
  5. ant
  6. bin/jruby --version

0 comments ↓

There are no comments yet...Kick things off by filling out the form below.

Leave a Comment