Mercurial > repos > marcel > caddsuite_linux_x86_64
comparison CADDSuite-1.0/setPathes.sh @ 14:55c32b55c2c2
Uploaded Version 1.1
author | marcel |
---|---|
date | Thu, 12 Jan 2012 11:00:43 -0500 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
13:cce3667779c2 | 14:55c32b55c2c2 |
---|---|
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 QT_PLUGIN_PATH="$BASE_DIR"/lib/plugins/ | |
7 export PATH="$BASE_DIR"/bin:$PATH | |
8 export GDFONTPATH="$BASE_DIR"/data/gnuplot | |
9 export GNUPLOT_DEFAULT_GDFONT=FreeSans | |
10 export GNUPLOT_PS_DIR="$BASE_DIR"/data/gnuplot | |
11 |