To install this package (assuming EMX is present, and you use forward
slashes in the variables below):

	a) Put lynx.cfg file anywhere on your system;
	b) Put lynx.lss file anywhere on your system;
	c) Put terminfo directory anywhere on your system;
	d) Put a (sample) customization file .lynx_cfg anywhere on your system;
	e) Put lynx_help directory anywhere on your system;

	f) Put lynx.exe anywhere on PATH;
	g) Put ncurses4.dll anywhere on your LIBPATH;

	h) set TERMINFO environment variable to point to your terminfo
           directory, and TERM variable to some supported terminal;
	i) set LYNX_CFG environment variable to point to either lynx.cfg
	   file, or to the sample configuration file .lynx_cfg;
	j) set LYNX_LSS environment variable to point to lynx.lss file;
	k) If you pointed LYNX_CFG to .lynx_cfg, edit it to contain
	   a correct path to lynx.cfg on the INCLUDE line (and
	   whatever customizations you want);
	l) Edit lynx.cfg file to contain correct path to lynx_help directory
	   in HELPFILE;

Now enjoy lynx.  To get mouse working, you need to put USE_MOUSE:TRUE 
directive into an active configuration file, and you may need to choose
TERM=cmono, or recompile some other entries to have mouse too, 
say, by putting

mmono|ANSI.SYS mouse mono,
	kmous=\E[M,
	use=mono,

into a file and compiling it via 
	tic filename

(tic.exe is in a full ncurses distribution).  Now set TERM=mmono.

Note that the supplied lynx.lss file is converted for better performance
with TERM=cmono, with other terminals you can get better results by 
using lynx.oldlss.