6 lines
186 B
Bash
6 lines
186 B
Bash
|
export BUILD_DIR=/root/build-isce
|
||
|
export ISCE_SRC=$HOME/isce2
|
||
|
export SCONS_CONFIG_DIR=$ISCE_SRC/configuration
|
||
|
export ISCE_BUILD_ROOT=$BUILD_DIR/build
|
||
|
export ISCE_INSTALL_ROOT=/opt/isce2
|