Skip to content

Commit

Permalink
Added note to INSTALL about statemachine gem
Browse files Browse the repository at this point in the history
  • Loading branch information
danlucraft committed May 30, 2009
1 parent 7823629 commit f47e3f3
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion INSTALL.md
Expand Up @@ -20,12 +20,20 @@ This assumes that you have Ruby installed from packages. This will overwrite you

wget redcareditor.com/stuff/missing_x64_headers/rbgdkconversions.h
wget redcareditor.com/stuff/missing_x64_headers/rbgtkconversions.h
If you are on 32bit Ubuntu (most likely):

sudo cp rbgdkconversions.h /usr/lib/ruby/1.8/i486-linux/
sudo cp rbgtkconversions.h /usr/lib/ruby/1.8/i486-linux/

If you are on 64bit Ubuntu

sudo cp rbgdkconversions.h /usr/lib/ruby/1.8/x86_64-linux/
sudo cp rbgtkconversions.h /usr/lib/ruby/1.8/x86_64-linux/

3. Install the required Ruby gems:

sudo gem install oniguruma activesupport rspec cucumber hoe open4 zerenity
sudo gem install oniguruma activesupport rspec cucumber hoe open4 zerenity statemachine

4. Clone the Redcar source.

Expand Down

0 comments on commit f47e3f3

Please sign in to comment.