Skip to content
This repository was archived by the owner on Nov 16, 2018. It is now read-only.

IronRuby and Mono

aslakhellesoy edited this page Aug 13, 2010 · 5 revisions

Cucumber loves Mono.

Install Mono

Just grab Mono 2.4 or higher.

Install IronRuby

Just stand in any directory and follow these steps:

git clone git://github.com/mletterle/ironruby.git
cd ironruby
git checkout -b linux
git pull origin linux
export MERLIN_ROOT=`pwd`/Merlin/Main
pushd Merlin/Main/Languages/Ruby
rake compile mono=1
popd

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

To be continued

Clone this wiki locally