-
Notifications
You must be signed in to change notification settings - Fork 49
Building
prusswan edited this page Dec 28, 2018
·
4 revisions
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
andpatch
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)
mvn clean install