Changeset 229 for tools/Scripts


Ignore:
Timestamp:
06/24/10 07:51:15 (15 years ago)
Author:
ogrimm
Message:
Config requests non-blocking if not made from main thread, adapted all servers to GetConfig() returning std::string, workaround for erroneous SERVICE_LIST
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/Scripts/Logon

    r195 r229  
    77export DIM_HOST_NODE=$HOST.ethz.ch
    88if [ -z "$DIMDIR" ]; then export DIMDIR=/usr/local/dim/; fi
     9if [ -z "$QWTDIR" ]; then export QWTDIR=/usr/local/qwt/; fi
    910
    10 export LD_LIBRARY_PATH=/usr/local/qwt-5.2.0/lib:$DIMDIR/linux:$LD_LIBRARY_PATH
     11export LD_LIBRARY_PATH=$QWTDIR/lib:$DIMDIR/linux:$LD_LIBRARY_PATH
    1112export PATH=$DIMDIR/linux:$REPOS_DIR/tools/Scripts:/usr/local/Trolltech/Qt-4.4.3/bin:.:$PATH
    1213
Note: See TracChangeset for help on using the changeset viewer.