EmuFog is build using the JDK 8+ to build and run. Make sure to have Java 8 installed on your device.
The EmuFog project uses Gradle to include dependencies and build binaries from the source code. In case you have Gradle version 3.4+ installed you can use the local installation otherwise the already included Gradle wrapper.
To build EmuFog simply clone the git repository
git clone https://github.com/emufog/emufog.git
change the directory to the newly added emufog directory
cd emufog/
With an installed version of Gradle simply call:
gradle build
For Linux and macOS call:
./gradlew build
For Microsoft Windows call:
gradlew build
Issue command gradle installApp
which packages the application into a binary with all libraries.
Packaged binary is found in build/install/emufog/bin
. Execute it with the command line arguments to main ().
The wiki explains how to use EmuFog in more detail.