1* Installing GNU Nana.
2
3GNU Nana uses autoconf style automatic configuration and thus follows the
4standard [./configure; make; make install] model of system
5administration. For example try something like:
6
7% gzcat nana-2.3.tar.gz | tar xvf - 	# extract archive
8% cd nana-2.3
9
10% ./configure				# possibly with --prefix=$HOME/play
11or
12% I_DEFAULT=fast ./configure		# just use single instructions
13					# when an assert fail is detected
14					# rather than printing a message
15% make
16% make install 				# and finally install it
17% make check				# run self-testing code
18
19% make check-mail 			# send check output off to nana-bug
20                                        # *** Please do this step!
21or
22% make MAILER=elm check-mail		# if your mailer doesn't handle -s
23
24% make subscribe			# subscribe to the nana mailinglist
25					# for new version information, etc
26
27More details can be found in INSTALL.con and in the info documentation
28supplied with the distribution.  You might also wish to look at the
29patch file for gdb which stops all those annoying breakpoint inserted
30messages (see gdb/quiet.diff).
31
32			Good Luck
33
34			Phil Maker <pjm@gnu.org>
35
36
37
38
39
40
41