Mercurial > repos > marcel > caddsuite_mac10_6
comparison CADDSuite/setPathes.sh @ 0:8ce0411aaeb3
Uploaded CADDSuite version 0.94
author | marcel |
---|---|
date | Sun, 26 Jun 2011 14:01:09 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:8ce0411aaeb3 |
---|---|
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 | |
8 export GDFONTPATH="$BASE_DIR"/data/fonts | |
9 export GNUPLOT_DEFAULT_GDFONT=FreeSans | |
10 |