Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
$ sudo apt-get install build-essential default-jdk ant python-dev eclipse

Check to make sure the correct Java version is installed. If it is not, then you need to install Java 7 as appropriate for your machine.

Code Block
languagebash
$ java -version

After the prerequisites are installed, change directories into the cloned repository, and build the controller:

...