3.2. Setting up the User Environment

All information needed by the programs is provided through environment variables.

 
# specify local directory containing the Spatial Allocator Software
setenv SA_HOME 

# set library and include directory for PROJ.4.6.0

setenv PROJDIR  ${SA_HOME}/src/libs/proj-4.6.0/local
setenv PROJ_LIBRARY  ${PROJDIR}/lib
setenv LD_LIBRARY_PATH ${LD_LIBRARY_PATH}:${PROJ_LIBRARY}


To Section 3.3: Runing the Vector Tools Test Cases Using Scripts