ソースを取ってきてビルドしてexampleを実行するまで。 # building duby % mkdir tmp % cd tmp % git clone git://github.com/jruby/jruby.git % git clone git://github.com/headius/duby.git % git clone git://github.com/headius/bitescript.git % cd jruby % ant jar-complete % cd ../duby % ant bootstrap % ant % PATH=path/to/tmp/duby/bin:$PATH # copy examples % cd path/to/work % cp -r path/to/tmp/duby/examples ./ % cd examples # なぜか失