X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=env_standalone.sh;h=e04a1e0aea2add4ab880d6a01108f45bef45c15d;hb=60a74f80e93d09ce5dce729bfaaba7ec67af8753;hp=7e55f36cc4a5a721e0d8cfbee1421d6147daea92;hpb=397e503db0793fa25fcd5d3c39c6bbdae0909bd0;p=modules%2Fshaper.git diff --git a/env_standalone.sh b/env_standalone.sh index 7e55f36cc..e04a1e0ae 100644 --- a/env_standalone.sh +++ b/env_standalone.sh @@ -1,6 +1,6 @@ #!/bin/bash -for path in TOOLS_DIR; do +for path in TOOLS_DIR SUIT_DIR; do if [[ -z "${!path}" ]]; then echo "${path} not found."; exit 1 else @@ -10,5 +10,10 @@ done source ${TOOLS_DIR}/env_linux.sh -export LD_LIBRARY_PATH=${KERNEL_ROOT_DIR}/lib/salome:${LD_LIBRARY_PATH} -export LightAppConfig=${NEWGEOM_ROOT_DIR}/share/salome/resources/newgeom:${GUI_ROOT_DIR}/share/salome/resources/gui +# SUIT +export PATH=${SUIT_DIR}/bin:${PATH} +export LD_LIBRARY_PATH=${SUIT_DIR}/lib/salome:${LD_LIBRARY_PATH} + +#export LD_LIBRARY_PATH=${KERNEL_ROOT_DIR}/lib/salome:${LD_LIBRARY_PATH} +#export LightAppConfig=${SHAPER_ROOT_DIR}/share/salome/resources/shaper:${GUI_ROOT_DIR}/share/salome/resources/gui +export LightAppConfig=${SHAPER_ROOT_DIR}/share/salome/resources/shaper