Skip to content
casualjim edited this page Aug 13, 2010 · 5 revisions

Cucumber loves Mono.

Install Mono

Just grab Mono 2.6.1 or higher.

Install IronRuby

Just stand in any directory and follow these steps:

download prebuilt binaries from:
http://dl.dropbox.com/u/21717/ironruby-rc2.tar.bz2
http://dl.dropbox.com/u/21717/ironruby-rc2.tar.gz

or

git clone git://github.com/casualjim/ironruby.git
cd ironruby
git checkout -b linux
git pull origin linux
./build

You have IronRuby running on your Linux/OS X box.

To be continued

Clone this wiki locally