Mercurial > repos > marcel > caddsuite_linux_x86_64
diff CADDSuite-1.0/setPathes.sh @ 14:55c32b55c2c2
Uploaded Version 1.1
author | marcel |
---|---|
date | Thu, 12 Jan 2012 11:00:43 -0500 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/CADDSuite-1.0/setPathes.sh Thu Jan 12 11:00:43 2012 -0500 @@ -0,0 +1,11 @@ +#!/bin/bash +export LD_LIBRARY_PATH="$BASE_DIR"/lib +export DYLD_LIBRARY_PATH="$BASE_DIR"/lib:/System/Library/Frameworks/Accelerate.framework/Versions/Current/ +export BALL_DATA_PATH="$BASE_DIR"/data +export BABEL_DATADIR="$BASE_DIR"/data/OpenBabel/ +export QT_PLUGIN_PATH="$BASE_DIR"/lib/plugins/ +export PATH="$BASE_DIR"/bin:$PATH +export GDFONTPATH="$BASE_DIR"/data/gnuplot +export GNUPLOT_DEFAULT_GDFONT=FreeSans +export GNUPLOT_PS_DIR="$BASE_DIR"/data/gnuplot +