Mercurial > repos > marcel > caddsuite_mac10_6
comparison CADDSuite-1.6/setPathes.sh @ 10:eda78e0f5df6 draft default tip
Deleted selected files
author | marcel |
---|---|
date | Sun, 30 Nov 2014 03:46:08 -0500 |
parents | 488032d372e1 |
children |
comparison
equal
deleted
inserted
replaced
9:488032d372e1 | 10:eda78e0f5df6 |
---|---|
1 #!/bin/bash | |
2 export LD_LIBRARY_PATH="$BASE_DIR"/lib | |
3 export DYLD_LIBRARY_PATH="$BASE_DIR"/lib:/System/Library/Frameworks/Accelerate.framework/Versions/Current/ | |
4 export BALL_DATA_PATH="$BASE_DIR"/data | |
5 export BABEL_DATADIR="$BASE_DIR"/data/OpenBabel/ | |
6 export BABEL_LIBDIR="$BASE_DIR"/lib/openbabel/ | |
7 export QT_PLUGIN_PATH="$BASE_DIR"/lib/plugins/ | |
8 export PATH="$BASE_DIR"/bin:$PATH | |
9 export GDFONTPATH="$BASE_DIR"/data/gnuplot | |
10 export GNUPLOT_DEFAULT_GDFONT=FreeSans | |
11 export GNUPLOT_PS_DIR="$BASE_DIR"/data/gnuplot | |
12 |