Skip to content

Instantly share code, notes, and snippets.

@andretw
Last active August 29, 2015 14:03
Show Gist options
  • Save andretw/f80d9172b1a142c61f57 to your computer and use it in GitHub Desktop.
Save andretw/f80d9172b1a142c61f57 to your computer and use it in GitHub Desktop.
Build Fire.app on Mac OS X

###Ref: https://github.com/KKBOX/FireApp/wiki

install ruby by Homebrew

brew install ruby

RVM

curl -sSL https://get.rvm.io | bash -s stable --ruby

FireApp

git clone https://github.com/KKBOX/FireApp.git

go to the directory FireApp

cd ~/FireApp

JRuby

echo "rvm use jruby-1.6.8@fireapp --create --install" > .rvmrc
cd .

rvm install jruby
gem install jruby-openssl

bundler

gem install bundler
bundle install

Build

bundle exec rake -T;
bundle exec rake rawr:bundle:app;

See the build

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