Building TERR Runtime Grid Libraries

A tool to create a TERR runtime Grid Library is provided in the SDK’s $SDK_HOME/tools/bin directory.

The createTERRGL.bat and createTERRGL.sh scripts are a wrapper for the Java implementation. Therefore, Windows and Linux versions take the same parameters:

Option

Description

--terrHome=${TERR_HOME}

Specify the TERR_HOME directory. Required.

--version=${gl version}

Override the version information deduced from ${TERR_HOME}/bin/TERR --version.

--32|--64

Generate 32-bit or 64-bit Grid Library. By default, Windows generates a 32-bit runtime, and Linux generates a 64-bit runtime.

--complete

Generate Grid Library with all files. By default, smaller Grid Libraries are generated without some unused files.

--no-build-info

Generate Grid Library without build information. By default, build information is in the Grid Library descriptor.

--verbose

Generate more output.

--help

Show a list of all options.