Changeset 17037 for fact/tools/Scripts/Logon
- Timestamp:
- 08/23/13 14:54:34 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fact/tools/Scripts/Logon
r11368 r17037 7 7 if [ -z "$DIMDIR" ]; then export DIMDIR=/usr/local/dim/; fi 8 8 if [ -z "$QWTDIR" ]; then export QWTDIR=/usr/local/qwt/; fi 9 if [ -z "$QTDIR" ]; then export QTDIR=/usr/local/Trolltech/Qt-4.6.2; fi10 9 11 10 #Set paths 12 11 export LD_LIBRARY_PATH=$QWTDIR/lib:$DIMDIR/linux:$LD_LIBRARY_PATH 13 export PATH=.:$DIMDIR/linux:$ QTDIR/bin:$PATH12 export PATH=.:$DIMDIR/linux:$PATH
Note:
See TracChangeset
for help on using the changeset viewer.