*** SOURCE DISTRIBUTION ***

If you have chosen the "source" distribution, you will need to build
OverCASE yourself. To do so, you need the following software installed
on your machine:

  * Java compiler (JDK8+ compatible).
  * Ant + ant-contrib.

Un-ZIP, change to the resulting directory and run "ant" (or "ant dist")
in there.

*** BINARY DISTRIBUTION ***

If you have chosen a "binary" distribution, what you get is a ZIP with
all OverCASE JARs pre-built. There are several ways to start OverCASE:

  * Run the "run.bat" (Windows) or "run.sh" (Unix/Linux) script.
  * If the above fails, you can start the loader JAR directly:
        java[w] -jar org.aka.overcase.core.jar
  * You can "install" OverCASE - this creates a desktop shortcut
    which you van then use to launch it.
    NOTE: OverCASE installation has currently been completed
          for Windows platforms only.

*** OPENING IN ECLIPSE ***

If you have chosen the "source" distribution, you can import all
".project"s into an Eclipse workspace and run OverCASE from there.

The Eclipse launch configuration must:
  * Use org.aka.overcase.core as startup project.
  * Add all other projects (except for Installer) to classpath.
  * Add all prebuilt JARs from "lib/" directories of all OverCASE
    projects to classpath.
