Mercurial > repos > marcel > caddsuite_linux_x86_64
annotate CADDSuite/setPathes.sh @ 5:b7a89b15646f
Uploaded
author | marcel |
---|---|
date | Tue, 12 Jul 2011 10:23:33 -0400 |
parents | ff6df146c0d5 |
children |
rev | line source |
---|---|
3 | 1 #!/bin/bash |
2 export LD_LIBRARY_PATH="$BASE_DIR"/lib | |
3 export DYLD_LIBRARY_PATH="$BASE_DIR"/lib | |
4 export BALL_DATA_PATH="$BASE_DIR"/data | |
5 export BABEL_DATADIR="$BASE_DIR"/data/OpenBabel/ | |
6 export QT_PLUGIN_PATH="$BASE_DIR"/lib/plugins/ | |
7 export PATH="$BASE_DIR"/bin:$PATH | |
5 | 8 export GDFONTPATH="$BASE_DIR"/data/gnuplot |
3 | 9 export GNUPLOT_DEFAULT_GDFONT=FreeSans |
5 | 10 export GNUPLOT_PS_DIR="$BASE_DIR"/data/gnuplot |
3 | 11 |