-
Notifications
You must be signed in to change notification settings - Fork 2
Setting up your Development Environment (NetBeans)
KNOW AFRICA game use subversion to manage dependencies, the build process, and IDE integration. This allows you to develop your app with whatever development environment you prefer. Best of all: your team mates can use a different dev environment while working on the same project! Just don't commit your IDE specific files to your source control. The .gitignore file contained in KNOW AFRICA game will take care of that if you use Git.
To develop your application via NetBeans, you need to install the following pieces of software.
Java Development Kit 7+ (JDK) (6 will not work!) NetBeans 7.3+, the "Java SE" is sufficient
A Mac, iOS Development does not work on Windows/Linux thanks to Apple. The latest XCode, which you can get from the Mac OS X App Store for free Once all of these tools are installed, proceed to creating your project