Typo
[linux_from_scratch_hints.git] / OLD / nano-editor.txt
blobbe1bf12d8a84015551d057d39cdbfe09f76160fc
1 TITLE:          Nano Hint
2 VERSION:        any
3 AUTHOR:         Righard Lightman <richard@reika.demon.co.uk>
5 SYNOPSIS:
6         Installing nano.
8 HINT:
9 Pine mail user agent has its own built in editor pico. 
10 nano will be a copy of pico, but with GPL 
11 It is not complete, but it is perfectly useable. It is 
12 small (~80K) but lacks macros. (I added them, and now 
13 I use nano as my main editor) 
15 Download: http://www.nano-editor.org/dist/nano-0.9.21.tar.gz 
17 unpack the source 
19 ./configure --prefix=/usr 
20 make 
21 make install