blob: d69647c1d52c89a42f0aeefb0c5c1e4b0e268938 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
Build instrcutions
------------------
Building xed should be fairly easy on most systems with a semblence of POSIX
compliance as it doesn't use anything too flash.
You should find in this archive :
Makefile - makefile
xed.c - The source
xedkeys.h - The keys used. Stored here for easier personalisation.
xed.1 - man page
xed.txt - ASCII version of man page
README - This file
To build:
make
Then copy xed to a directory on your PATH for ease of use. man.1 can be
installed in /usr/local/man/man1 or your system's equivalent.
If the make fails, read Makefile for configuration info regarding
curses/ncurses.
|