* Installing Nana.

Nana uses autoconf style automatic configuration and thus follows the
standard [./configure; make; make install] model of system
administration. For example try something like:

% gzcat nana-1.0.tar.gz | tar xvf - 	# extract archive
% cd nana-1.0
% ./configure				# possibly with --prefix=$HOME/play
% make 	
% make install 				# and finally install it
% make check				# run self-testing code
% make check-mail 			# send check output off to nana-bug
					# Please do this step!

More details can be found in INSTALL.con and in the info documentation
supplied with the distribution.  You might also wish to look at the
patch file for gdb which stops all those annoying breakpoint inserted
messages.





