# jeo **Repository Path**: mirrors_geosolutions-it/jeo ## Basic Information - **Project Name**: jeo - **Description**: geodroid - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-02-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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](https://github.com/jdeolive/proj4j). git clone https://github.com/jdeolive/proj4j.git cd proj4j git checkout jeo mvn install ### Build jeo jeo requires the [protoc](http://code.google.com/p/protobuf/downloads/list) 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