env.sh
707 Bytes
#!/bin/bash
# SOFT ROOT
export FOOTPRINTSROOT=/home/budnik/FOOTPRINTS
# LIBS
# TSYGANENKO lib
export GEOPACKDIR=${FOOTPRINTSROOT}/geopack
# DDClient to access to DD Server
export DDDIR=/usr/local/DDClient
export TINYDIR=/usr/local/tinyxml
export BOOSTDIR=/usr/local/boost
#------- DO NOT EDIT BELOW --------
export FOOTPRINTSMISSIONS=${FOOTPRINTSROOT}/missions
export FOOTPRINTSCONFIG=$FOOTPRINTSROOT/config
export LD_LIBRARY_PATH=$GEOPACKDIR/lib:$BOOSTDIR/stage/lib:$DDDIR/lib:$TINYDIR/lib
export PATH=/bin:/usr/bin:/usr/local/bin:./:$FOOTPRINTSROOT/bin:$DDDIR/bin
export DDPATH=${FOOTPRINTSCONFIG}
# DATA ROOT
export FOOTPRINTSDATA=$FOOTPRINTSROOT/data
export FOOTPRINTSFILES=$FOOTPRINTSDATA/footprints