
	Edit the make file to reflect your ncurses
installation.  I have tested it with ncurses 1.8.5 and cannot
guarantee it will work with any other versions. If you don't
have ncurses, get it.  You might need the terminfo files to run
this; I have included three vt100, console, and xterm.  Check
your favorite Linux archive site or
netcom.com:pub/zmbenhal/ncurses/1.8.5.tgz for the full ncurses
distribution.

	After you have adjusted the makefile you can:

 make (or make lde)
	will compile lde to the current directory

 make install
	installs lde 

 make install_terminfo
	installs the terminfo files in /usr/lib/terminfo

	After you try lde, you can change the default header and
trailer window sizes by changing HEADER_SIZE and TRAILER_SIZE in
nc_fsck.c.  Values of zero are allowed, the minimum I recommend
is HEADER_SIZE 1 and TRAILER_SIZE 0, but warnings go to the 
TRAILER, so you will not get any error messages.
