Mercurial > repos > marcel > caddsuite_mac10_6
view CADDSuite-1.6/setPathes.sh @ 8:dbb480e39d95 draft
Uploaded
author | marcel |
---|---|
date | Sat, 15 Dec 2012 13:15:46 -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 BABEL_LIBDIR="$BASE_DIR"/lib/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