Versions Compared

Key

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

This page describes how to build Zong!, i.e. compile the source code into an executable program.

There are two ways Gradle is a free project automation tool. Zong! includes a Gradle build script, which allows to build, run and test Zong!:

Table of Contents

Build Zong! using the Gradle build script

Gradle is a free project automation tool. See the documentation for installation instructionsthe projects on the command line, without any IDE like Eclipse.

For installation instructions, see the documentation.

Build

To build Zong! and create the packages for distribution, run In the project's root folder

gradle dist

Run

Zong! has no runnable components yet. This page will be updated as soon as the Zong! ViewerEditorPlayer or Converter is available.

Test

To run the automated JUnit tests in all modules, run

gradle test

Build Zong! using the Eclipse project

After Zong! was downloaded, it can be opened in the Eclipse IDE:

...