Skip to content
gourlaysama edited this page Aug 17, 2012 · 29 revisions

Welcome to the OrbisGIS Developer Wiki!

Downloads and links

Dependencies

OrbisGIS has several dependencies. See Dependencies & Licenses for the full list and their licenses.

Building the sources

To build OrbisGIS from source you need at least:

  • Maven 3
  • JDK6 (Oracle or OpenJDK/IcedTea)

Note: the sources also build with JDK 7 (both Oracle and OpenJDK)

To build and run the test suites do:

mvn clean install

Repository layout

 - gdms // data management layer + SQL engine
 - orbisgis-core // layer manager + map renderer
 - orbisgis-ui // user interface

Running OrbisGIS from the Sources

To run OrbisGIS from the sources, use the maven exec plugin in orbisgis-ui:

cd orbisgis-ui/
mvn exec:exec