Like any non-SHM X application, Yadex can be run remotely. That is, the
machine on which Yadex runs and the machine that Yadex uses for its display do
not have to be the same. For example, from Unix box mine
on your
desk, you can telnet into Unix box hers
in another room and run
Yadex from there, but have it display on mine
.
mine$ xhost hers hers$ DISPLAY=mine:0 yadex
Starting with version 1.3.0, it should be easier to have several versions of Yadex installed at once. When you install Yadex x.y.z, the following files are created :
/usr/local/bin/yadex-x.y.z
/usr/local/bin/ybsp-x.y.z
/usr/local/share/games/yadex/x.y.z/*.ygd
/usr/local/etc/x.y.z/yadex.cfg
/usr/local/man/man6/yadex.6
/usr/local/man/man6/ybsp.6
In addition, the installation creates /usr/local/bin/yadex
as a
symlink to /usr/local/bin/yadex-x.y.z
, so that you can still
invoke Yadex by typing just "yadex
". To invoke older versions,
type the long name ("yadex-x.y.z
").