Mercurial > repos > marcel > caddsuite_linux_x86_64
view CADDSuite-1.6/setPathes.sh @ 17:25a03362403c draft
Uploaded
author | marcel |
---|---|
date | Sat, 15 Dec 2012 13:10:41 -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