Will and Bryce Game Jam
OSX
So you want to rvm, eh? Well on OS X 10.8.x you will run into problems!
- Install homebrew
brew install https://raw.github.com/Homebrew/homebrew-dupes/master/apple-gcc42.rb
- Install rvm
rvm install 1.9.3
bundle install
ruby main.rb
If you run into trouble with installing 1.9.3 after fixing the apple gcc bit, just run these all manually:
brew install autoconf
brew install automake
brew install libtool
brew install apple-gcc42
brew install libyaml
brew install libxslt
brew install libksba
brew install openssl
Windows
- Install ruby 1.9.3 from http://rubyinstaller.org/downloads/
- Install github for windows http://windows.github.com/
- Pull the repository
gem install bundler
bundle install
ruby main.rb