Skip to content
Mario Zechner edited this page Oct 3, 2013 · 7 revisions

To target Windows, Linux, Mac OS X, Android and HTML5 you will need:

To additionally target iOS

  • 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
  • RoboVM, simply install the Eclipse plugin. Make sure to update the plugin frequently!

Once all of these tools are installed, proceed to Project Setup

To work directly from the source repository

  • A Git client to fetch the source from the repository.
  • Ant. Download and extract the zip, and make sure you can execute ant from the command line by adding its bin/ folder to your PATH environment variable.
  • javac needs to be in your PATH
  • JAVA_HOME needs to be set to your JDK installation directory.
  • If you want to also compile the native C/C++ sources, you will need compilers for each platform. See Building libgdx from source for more info.

Table of Contents

a note from the translation

Wiki Style Guide

Clone this wiki locally