Created
March 24, 2011 00:02
-
-
Save dryman/884302 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo brew update | |
sudo brew install jruby # latest version is 1.6 (03/24/2010) | |
sudo gems update --system | |
sudo gems uninstall rawr # rawr should install via jruby | |
sudo jruby -S gems install rawr | |
# at root directory of CompassApp | |
sudo jruby -S rake rawr:bundle:app | |
# build location is package/osx/compass.app | |
open package/osx/compass.app | |
# done XD |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment