-
Notifications
You must be signed in to change notification settings - Fork 126
Install Instructions OSX
collingreen edited this page Nov 9, 2014
·
2 revisions
DevKit requires that you install a few dependencies first:
We recommend using brew to install these if you do not have them already.
Building games for iOS or Android requires installing the corresponding SDKs:
- Xcode - required for building games for iOS
- Android SDK - required for building games for Android
- Android NDK - required for building games for Android
- Ant - required for building games for Android
NOTE: please ensure the apache build tools and ant are available in your path so DevKit can find them when trying to build!
Now, install devkit. NOTE: You may run into some weird errors if you don't own your
global node_modules
folder.
npm install -g devkit
That's it! Run devkit
to see the available commands.