Here's how to install rxvt from source code:
--------------------------------------------------------------------------

    1.	Edit "configure.h" -- to set the main preferences

    2.	Edit "Imakefile" -- there are a few system dependent
	configurations that may be needed.

    3.	xmkmf; make depend

    4.	Optionally edit "defaults.h" and "rxvtkeys.h" to set some
	compile-time default option values.

    5.	Build it:
	make

    6.	Install it:
	cp rxvt rxvt.1 to your install directory
	install termcap, terminfo

    7.	If you want to use the -C option (capture console output), or
	if you want to have rxvt enter your login in the utmp file (for
	use by who or talk), you have to do the following. on some systems,
	you have to do this just to use rxvt.

	(cd to the directory where the binary is installed)
	su
	chown root.root rxvt
	chmod a+s rxvt

    8.	build rclock in ../rclock:
	cd ../rclock
	(optional: edit the Makefile. You can leave out
	some features to make it smaller)
	make
	cd rclock /usr/bin/X11

	(rclock is no longer included in the distribution)

--
EOF
