Upgrading to FastRI 0.3.1 on Mac OS X LeopardEdit
These notes were made while upgrading to FastRI 0.3.1 on Mac OS X 10.5.1 Leopard.
$ wget http://rubyforge.org/frs/download.php/31654/fastri-0.3.1.tar.gz
$ tar xzvf fastri-0.3.1.tar.gz
$ cd fastri-0.3.1
$ sudo ruby setup.rb
As recommended in the release notes, I decided to install directly using setup.rb
so as to avoid the RubyGems overhead.