Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 634 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 634 Bytes

jeo - A Java Geo Library

Building jeo

Before building jeo a few upstream libraries must first be built and installed in the local maven repository.

Build proj4j

Build the jeo branch of the proj4j repository.

git clone https://github.com/jdeolive/proj4j.git
cd proj4j
git checkout jeo
mvn install

Build jeo

jeo requires the protoc program. On OSX, it is best to build it from source with configure && make && sudo make install.

git clone https://github.com/jdeolive/jeo
cd jeo
mvn install