
			Installing QtNetHack or KNetHack

		       Warwick Allison <warwick@troll.no>
				23 November 1998

The Nethack main engine does not currently use Autoconf, partly because
that is not available on all the platforms which Nethack supports.  To
build and install QtNetHack or KNetHack on Linux, check that the if-KDE
options are as you desire in src/Makefile and ./Makefile (these are
copied from sys/unix if you are start from scratch), make sure KDEDIR
and QTDIR are set, then (as root): 

   patch -s < win/Qt/linux.patch
   make install

For Unix other than Linux, edit the same platform-dependent files that
the linux.patch file does, and compile/install the same.

For Windows NT (requires Qt Professional Edition license to build, but
easiest to get binaries from my web page), follow the normal WinNT
build described in sys/winnt.

See also, win/Qt/doc/index.html and http://trolls.troll.no/warwick/nethack/
