--------------------------------------------------------------------------
COMPILING & INSTALLING
--------------------------------------------------------------------------

  1.	./configure will generate config.h (to be removed soon)

  2.	Edit src/xiterm.h then build xiterm:
	    make

  3. 	Install:
	    make install

  4.	Get linuxdoc-sgml tools (available on ftp://sunsite.unc.edu) and type:

	    sgml2txt xiterm-doc
	to get an ascii version of the documentation

	    sgml2html
	to get an html version of the documentation

If compiled with UTMP_SUPPORT, you'll have to install xiterm setuid root or
setuid/setgid to match the file permissions on /etc/utmp !!!

Mail me for any architecture specific problems !

******************************************************************************
    Architecture specific infos :

	SunOS (with/without gcc?) gets reported by configure as

                #undef STDC_HEADERS
                #define HAVE_SYS_IOCTL_H 1

        but the ioctl() defines aren't protected against multiple
        inclusion, in this case by <termios.h> so use a hack in
        "xiterm.h" to avoid the problem.

        Gave up checking for `STDC_HEADERS', since they really should be
        there and I don't want to deal with the problems when they don't
        exist.

        SunOS users might complain to the right places and get their
        system headers fixed so that one day the rest of us won't have
        to keep compensating :(

        SVR4 users (that aren't using gcc) will have to add -DSVR4 to
        CPPFLAGS for configure. 
******************************************************************************
