Skip to content

Instantly share code, notes, and snippets.

@darkdukey
Created April 29, 2015 22:23
Show Gist options
  • Save darkdukey/2e65db671bf58b4168fa to your computer and use it in GitHub Desktop.
Save darkdukey/2e65db671bf58b4168fa to your computer and use it in GitHub Desktop.
Setup dev environment for cocos2d-x

Setup dev environment for cocos2d-x

Install homebrew

Start a console window and run following command

ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

Install android SDK/NDK

When the homebrew installation is finished, run the following command

brew update
brew install android-sdk
brew install android-ndk
brew install ant
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment