This is the Win32 build of htp.

It is compiled with mingw32 and linked statically to libconfig and libopennet.


INSTALLTION
	Installation is accomplished by executing the included "install.bat"
	batch file.  This batch file installs the needed files into:
		C:\Program Files\HTP
	The files installed are:
		C:\Program Files\HTP\HTPDATE.EXE
		C:\Program Files\HTP\HTPD.EXE
		C:\Program Files\HTP\UNINSTALL.BAT
		C:\Program Files\HTP\RESTART.BAT
		C:\Program Files\HTP\ETC\HTPD.CONF
		C:\Program Files\HTP\DOC\HTPD.HTML
		C:\Program Files\HTP\DOC\HTPDATE.HTML
		C:\Program Files\HTP\DOC\HTPD.CONF.HTML

CONFIGURATION
	Configuration is done by editing the text file:
		C:\Program Files\HTP\ETC\HTPD.CONF

	Detailed information on the syntax can be found in:
		C:\Program Files\HTP\DOC\HTPD.CONF.HTML

	You must restart the "HTP Time Daemon" service after modifying this
	file.  This can be done through the "Services" interface or using
	the included "restart.bat" batch file:
		C:\Program Files\HTP\RESTART.BAT

UNINSTALLATION
	Uninstallation is accomplished by executing the included
	"uninstall.bat" which is copied to:
		C:\Program Files\HTP\UNINSTALL.BAT
	by "install.bat".

	Manual uninstallation can be accomplished by executing the following
	commands:
		C:\Program Files\HTP\HTPD.EXE -r
		DELTREE C:\Program Files\HTP
