Mercurial > repos > marcel > caddsuite_linux_x86_64
diff CADDSuite/setPathes.sh @ 7:5b29b679ee6d
Uploaded Version 0.95
author | marcel |
---|---|
date | Tue, 12 Jul 2011 10:29:49 -0400 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/CADDSuite/setPathes.sh Tue Jul 12 10:29:49 2011 -0400 @@ -0,0 +1,11 @@ +#!/bin/bash +export LD_LIBRARY_PATH="$BASE_DIR"/lib +export DYLD_LIBRARY_PATH="$BASE_DIR"/lib +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 +