public
Description: BDD that talks to domain experts first and code second
Home | Edit | New

IronRuby and Mono

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

Last edited by aslakhellesoy, Tue Jun 09 07:45:05 -0700 2009
Home | Edit | New
Versions: