Skip to content
prusswan edited this page Dec 28, 2018 · 4 revisions

Prerequisites

To build the OGC Schemas project, you'll need the following installed:

  • Java 8. Make sure javac is available from the command line. If you need to build with Java 11, refer to this fork.
  • Maven. Make sure mvn is available from the command line.
  • Node.js. Make sure node is available from the command line.
  • GIT. Make sure git and patch are available from the command line.

A tip for Windows user: download Git (http://sourceforge.net/projects/gitportable/files/latest/download) and add the bin directory to your PATH environment variable (it contains both git and patch)

Building

mvn clean install
Clone this wiki locally