Skip to content

Instantly share code, notes, and snippets.

@chototsu
Created November 12, 2013 11:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chototsu/7429246 to your computer and use it in GitHub Desktop.
Save chototsu/7429246 to your computer and use it in GitHub Desktop.
Java,ScalaでiOSアプリ開発 ref: http://qiita.com/chototsu/items/fe6b27d5722fbd243d3d
ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)"
brew install sbt
sbt ios/device
sbt gen-idea
SBT_OPTS="-Dfile.encoding=UTF-8 -Xmx1536M -Xss1M -XX:+CMSClassUnloadingEnabled -XX:MaxPermSize=384M"
export ANDROID_HOME=/Applications/android-sdk-macosx
tar xvzf robovm-0.0.6.tar.gz
ln -s ~/robovm-0.0.6 ~/.robovm/home
export ROBOVM_HOME=~/robovm-0.0.6/
git clone https://github.com/chototsu/mikumikustudio-gdx.git
sbt desktop/run
sbt ios/iphone-sim
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment