Skip to content

Instantly share code, notes, and snippets.

@maylogger
Forked from dryman/gist:884303
Created March 24, 2011 01:34
Show Gist options
  • Select an option

  • Save maylogger/884401 to your computer and use it in GitHub Desktop.

Select an option

Save maylogger/884401 to your computer and use it in GitHub Desktop.
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
@yorkxin

yorkxin commented Mar 26, 2011

Copy link
Copy Markdown

after app is built, run chmod -R user:group or the app cannot be opened by the current user.

@medicalwei

Copy link
Copy Markdown

(Maybe) sudo on brew and jruby are not needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment