
	Edit the make file to reflect your ncurses installation.
The program works with ncurses 0.7, but not 0.8 (I haven't tried
0.8.1 yet).  Also, set up a new name for fsck (fsck.minix ?),
if you use the intelligent fsck program.

	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.  Install these files in /usr/lib/terminfo.  Check your 
favorite Linux archive site 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 and fsck as the same file with a hard link

 make install_both
	installs them as separate files
	  fsck = 13k
	  lde  = 46k


	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.  Normal usage should be a 
HEADER_SIZE 2 or 3 and TRAILER_SIZE 2 or three.
