home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / STEVIE.ZIP / README < prev    next >
Text File  |  1988-06-09  |  1KB  |  55 lines

  1. STEVIE Source Release
  2.  
  3. This is a source release of the STEVIE editor, a public domain clone
  4. of the UNIX editor 'vi'. The program was originally developed for the
  5. Atari ST, but has been ported to UNIX and OS/2 as well.
  6.  
  7. To compile STEVIE, you'll also need Henry Spencer's regular expression
  8. library.
  9.  
  10. The files included in this release are:
  11.  
  12. README
  13.     This file.
  14.  
  15. stevie.doc
  16.     Reference manual for STEVIE. Assumes familiarity with vi.
  17.  
  18. source.doc
  19.     Quick overview of the major data structures used.
  20.  
  21. porting.doc
  22.     Tips for porting STEVIE to other systems.
  23.  
  24. makefile.os2
  25. makefile.usg
  26. makefile.tos
  27.     Makefiles for OS/2, UNIX System V, and the Atari ST respectively.
  28.  
  29. os2.c
  30. unix.c
  31. tos.c
  32.     System-dependent routines for the same.
  33.  
  34. alloc.c ascii.h cmdline.c edit.c fileio.c help.c hexchars.c
  35. keymap.h linefunc.c main.c mark.c misccmds.c normal.c param.c
  36. param.h ptrfunc.c screen.c search.c stevie.h term.h
  37.  
  38.     C source and header files for STEVIE.
  39.  
  40. To compile STEVIE for one of the provided systems:
  41.  
  42.     1. Compile the regular expression library and install as
  43.        appropriate for your system.
  44.  
  45.     2. Edit the file 'stevie.h' to set the system defines as needed.
  46.  
  47.     3. Check the makefile for your system, and modify as needed.
  48.  
  49.     4. Compile.
  50.  
  51. Good Luck...
  52.  
  53. Tony Andrews
  54. 3/12/88
  55.