Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

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

There are two ways to build, run and test Zong!:

Build Zong! using the Gradle build script

Gradle is a free project automation tool. See the documentation for installation instructions.

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:

  1. Create a new workspace

 

  • No labels