|
Last change
on this file since 10913 was 10913, checked in by ogrimm, 15 years ago |
|
FADctrl will write and publish data only for active boards
|
|
File size:
530 bytes
|
| Line | |
|---|
| 1 | #!/bin/bash
|
|---|
| 2 |
|
|---|
| 3 | # This script should be sourced at log on (e.g. in .bashrc)
|
|---|
| 4 |
|
|---|
| 5 | export REPOS_DIR=$1
|
|---|
| 6 | if [ -z "$DIM_DNS_NODE" ]; then export DIM_DNS_NODE=ihp-pc1.ethz.ch; fi
|
|---|
| 7 | export DIM_HOST_NODE=$HOST.ethz.ch
|
|---|
| 8 | if [ -z "$DIMDIR" ]; then export DIMDIR=/usr/local/dim/; fi
|
|---|
| 9 | if [ -z "$QWTDIR" ]; then export QWTDIR=/usr/local/qwt/; fi
|
|---|
| 10 | if [ -z "$QTDIR" ]; then export QTDIR=/usr/local/Trolltech/Qt-4.6.2; fi
|
|---|
| 11 |
|
|---|
| 12 | export LD_LIBRARY_PATH=$QWTDIR/lib:$DIMDIR/linux:$LD_LIBRARY_PATH
|
|---|
| 13 | export PATH=$DIMDIR/linux:$REPOS_DIR/tools/Scripts:$QTDIR/bin:.:$PATH
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.