4e8 Installation steps for XmNap ---------------------------- This program requires Motif 2.0 or later and a POSIX-compliant C implementation such as gcc with libc 5 or glibc 2. If you are using an open-source operating system, you can download Motif from the net. Metrolink has a nice release out with many bugs fixed. Please visit http://www.metrolink.com/openmotif for details. 1. In the Imakefile, if you are on a big-endian system, uncomment the 'ENDIAN = -DBIGENDIAN' line. If your machine uses Open Sound System, you can enable sound playback for some actions in XmNap. It currently supports sound files in the Windows WAV format. To enable sound, uncomment the 'SOUND = -DUSE_SOUND' line. If you want XmNap to auto-reconnect after a refused connection attempt, uncomment the 'ON_REFUSED = AUTORECONNECT_ON_REFUSED' line. 2. Type 'xmkmf -a' to build the Makefiles. 3. Type 'make'. 4. Type 'make install' as root to install the files to their proper locations. The 'xmnap' binary will be installed into /usr/bin/X11 as is customary for X programs, while the pixmap files will be placed in /usr/include/X11/bitmaps/xmnap. 5. Type 'make install.man' to install the manual page. . 0