
Building Galago

Java Requirements:
    Java JDK 1.5.0 or later (http://java.sun.com)
    Maven 2.0 or later (http://maven.apache.org)

    Type 'mvn package' at the command line to build the projects.  The build
    process will run all the unit tests.  If you prefer to work from an IDE,
    Eclipse and NetBeans have Maven plugins.

    To run the application on Unix:
      ./galagosearch-core/target/appassembler/bin/galago

    To run the application on Windows:
      .\galagosearch-core\target\appassembler\bin\galago.bat

