#!/bin/sh
ruby extconf2.rb --home	
make install
echo "Don't" 'forget to set RUBYLIB=$HOME/lib/ruby !'
