diff options
author | Ian C <ianc@noddybox.co.uk> | 2005-05-04 01:12:19 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2005-05-04 01:12:19 +0000 |
commit | 2d8a5ef444abc653e5976b73993a6e31948ae348 (patch) | |
tree | 5f49c3382118d421d2c2605165e48daaddf5dd8b /README | |
parent | 8244355066c0dd5db3aa03a7fee341981881eee2 (diff) |
This commit was generated by cvs2svn to compensate for changes in r2,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'README')
-rw-r--r-- | README | 25 |
1 files changed, 25 insertions, 0 deletions
@@ -0,0 +1,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. |