Typo
[linux_from_scratch_hints.git] / OLD / joe-editor.txt
blob064fb812132f4da32f807c5235faa5a80cf1945d
1 TITLE:          Joe Hint
2 VERSION:        any
3 AUTHOR:         Richard Lightman <richard@reika.demon.co.uk>
5 SYNOPSIS:
6         Installing Joe.
9 HINT:
10 Very configurable, easy to learn and plenty of features.
11 I used this for several months until having to press two
12 buttons to play back macros annoyed me too much.
14 Download: ftp://ftp.std.com/src/editors/joe2.8.tar.Z
16 What's a .Z? Who cares, gzip can handle it.
17 unpack the source then:
19 sed -e 's@\(WHEREJOE = \).*@\1/usr/bin@'\
20     -e 's@\(WHERERC = \).*@\1/etc@'\     
21     -e 's@\(WHEREMAN = \).*@\1/usr/share/man/man1@'\
22     Makefile >makefile                              
23 make
24 make install