-
Install the dependencies. In Ubuntu and Debian, these are the known dependencies:
- openjdk-7-jdk (or another JDK)
To compile the Android version, you will additionally need to install the Android SDK.
-
Open a terminal in the project directory and run:
make install
To build the Android version, you also need to uncomment the following line in settings.gradle:
//include "src:android"
This repository has been archived by the owner on Aug 6, 2023. It is now read-only.