Skip to content

How to install ocrevaluation

emolla edited this page Nov 26, 2013 · 2 revisions

First, make sure you have a recent version of Java installed on your local machine.

There are two ways to install ocrevalUAtion: using the provided binaries or building from source.

  1. Binaries
    Go to bintray and download the latest release of ocrevalUAtion-X.Y.Z-jar-with-dependencies.

  2. Sources
    The sources build with Maven so make sure you have installed and configured it first.

Now clone the latest sources by running git clone https://github.com/impactcentre/ocrevalUAtion.git or check out a particular version by running git clone https://github.com/impactcentre/ocrevalUAtion.git vX.Y.Z.

In the source repository, run mvn package to create the jar-with-dependencies.

Clone this wiki locally