...
Code Block | ||
---|---|---|
| ||
$ 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 | ||
---|---|---|
| ||
$ java -version |
After the prerequisites are installed, change directories into the cloned repository, and build the controller:
...