Versions Compared

Key

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

...

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

gradlew dist

If you are running Linux or Mac OS X, use ./gradlew instead, since gradlew is a script in the root folder.

Please note , that currently the Android project can only be built using Eclipse. (Android project is coming soon)that Zong! requires Java 8 Update 40 or later. If you are running Linux, here is a short guide how to run different versions of Java in parallel.

Run

  • Zong! Player:
    • gradlew -p player run

  • Zong! Demos for developers:
    • gradlew -p demos run

    • or direct start of the demos:
      • gradlew runMinimalDemo
      • gradlew runSimpleGuiDemo

  • More projects (viewer, editor, ...) will follow in the future.

...

To run the automated JUnit tests in all modules, run

gradlew test

Android modules

The default build script does not build the Android modules. Enter the mobile-android folder and run gradlew (or ./gradlew in Linux and Mac OS X) there to build the Android project.

For running the app, we recommend using Android Studio.