Mercurial > repos > marcel > caddsuite_mac10_6
view CADDSuite-1.0.1/setPathes.sh @ 5:e30a41af9d2b
Uploaded
author | marcel |
---|---|
date | Tue, 15 Nov 2011 10:53:16 -0500 |
parents | |
children |
line wrap: on
line source
#!/bin/bash export LD_LIBRARY_PATH="$BASE_DIR"/lib export DYLD_LIBRARY_PATH="$BASE_DIR"/lib:/System/Library/Frameworks/Accelerate.framework/Versions/Current/ 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