Skip to content

jdeolive/jeo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • Java 98.4%
  • Other 1.6%