Mercurial > repos > greg > gregs_test_repo
comparison CADDSuite-1.0.1/setPathes.sh @ 26:2f19ad95a19d
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_Linux_x86-64.tar.gz
| author | greg |
|---|---|
| date | Tue, 15 Nov 2011 11:55:29 -0500 |
| parents | 389056b8864a |
| children |
comparison
equal
deleted
inserted
replaced
| 25:a4ddf6ef032d | 26:2f19ad95a19d |
|---|---|
| 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 |
