mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
4fa2c94c82
PR: ports/62270 Submitted by: Igor Pokrovsky <tiamat@comset.net> (maintainer)
20 lines
583 B
Plaintext
20 lines
583 B
Plaintext
*******************************************************************************
|
|
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
|
|
*******************************************************************************
|