blob: cf9ff1ef1bb34ef8b312d66ecca53850a75f140c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
*******************************************************************************
In order to use IRIT you should set the following environment variables:
IRIT_PATH=%%DATADIR%%
IRIT_DISPLAY="${DRV} -s-"
where DRV is one of the following:
x11drvs - X11 display driver
and if IRIT has been built with Motif support:
xmtdrvs - X11/Motif display driver
xogldrvs - OpenGL/Motif display driver
and optionally:
IRIT_BIN_IPC=1
IRIT_SERVER_HOST=`hostname`
For more information consult IRIT documentation
*******************************************************************************
|