Skip to content
Snippets Groups Projects
Commit 56349dd8 authored by juergen's avatar juergen
Browse files

exporting LD_LIBRARY_PATH by default on linux

git-svn-id: https://dng.biozentrum.unibas.ch/svn/openstructure/trunk@1885 5a81b35b-ba03-0410-adc8-b2c5c5119f08
parent ef41bb2a
No related branches found
No related tags found
No related merge requests found
......@@ -25,8 +25,8 @@ SCRIPT_NAME=$0
BIN_DIR=`dirname $SCRIPT_NAME`
export DNG_ROOT=$BIN_DIR/..
export PATH=$BIN_DIR:$PATH
# set ld_library_path and pythonhome for bundle (commented except in linux bundles)
#export LD_LIBRARY_PATH=$DNG_ROOT/@LIBDIR@:$LD_LIBRARY_PATH
export LD_LIBRARY_PATH=$DNG_ROOT/@LIBDIR@:$LD_LIBRARY_PATH
# set QT_PLUGIN_PATH and pythonhome for bundle (commented except in linux bundles)
#export PYTHONHOME=$DNG_ROOT
#export QT_PLUGIN_PATH=$BIN_DIR/plugins
......
......@@ -26,9 +26,8 @@ BIN_DIR=`dirname $SCRIPT_NAME`
export DNG_ROOT=$BIN_DIR/..
export PATH=$BIN_DIR:$PATH
# set ld_library_path and pythonhome for bundle (commented except in linux bundles)
#export LD_LIBRARY_PATH=$DNG_ROOT/@LIBDIR@:$LD_LIBRARY_PATH
export LD_LIBRARY_PATH=$DNG_ROOT/@LIBDIR@:$LD_LIBRARY_PATH
# set pythonhome for bundle (commented except in linux bundles)
#export PYTHONHOME=$DNG_ROOT
# store code in shell variable. Reduces the actuall call to gosty to just one
......
......@@ -28,9 +28,9 @@ export DNG_ROOT="$BIN_DIR/.."
export PATH=$PATH:"$BIN_DIR"
export DYLD_FRAMEWORK_PATH="$BIN_DIR/../@LIBDIR@:${DYLD_FRAMEWORK_PATH}"
export DYLD_LIBRARY_PATH="$BIN_DIR/../@LIBDIR@:${DYLD_LIBRARY_PATH}"
# set ld_library_path and pythonhome for bundle (commented except in linux bundles)
#export LD_LIBRARY_PATH=$DNG_ROOT/@LIBDIR@:$LD_LIBRARY_PATH
export LD_LIBRARY_PATH=$DNG_ROOT/@LIBDIR@:$LD_LIBRARY_PATH
# set QT_PLUGIN_PATH and pythonhome for bundle (commented except in linux bundles)
#export PYTHONHOME=$DNG_ROOT
#export QT_PLUGIN_PATH="$BIN_DIR/plugins"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment