4fa2c94c82
PR: ports/62270 Submitted by: Igor Pokrovsky <tiamat@comset.net> (maintainer)
19 lines
583 B
Text
19 lines
583 B
Text
*******************************************************************************
|
|
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
|
|
*******************************************************************************
|