Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 985 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 985 Bytes

ossim-oms

Contains Java Native Interface (JNI) bindings to OSSIM core library.

Build Instructions for COMS (the C++ side)

The COMS half of this repository is built as part of the OSSIM suite of repositories, using the centralized CMake build system in ossimlabs/ossim. See the build instructions in ossim/README.md. As long as this repository is located in the same parent directory as OSSIM, CMake will detect it and create the Makefiles in <build-dir>/<build-type>/ossim-oms. You can cd into that directory and type make if you only want to build ossim-oms/COMS.

Build Instructions for JOMS (the Java side)

  • cd ossim-oms/joms
  • (one-time setup) cp local.properties.template local.properties
  • ant mvn-install
  • Should produce: $M2_REPO/org/ossim/joms/${OSSIM_VERSION}/joms-${OSSIM_VERSION}.jar and oms/joms/libjoms.${jnilib|so|dll}