home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OSK / CMDS / elvis1.7.lzh / elvis1.7 / README.OSK < prev    next >
Text File  |  1998-03-30  |  608b  |  21 lines

  1. This is version 1.7 of elvis by Steve Kirkendall
  2. ported to os9 by Peter Reinig.
  3. Repacked and brushed up by iMartin Gregorie and Peter Smulders
  4.  
  5. This port is for the old Microware C compiler (V2.3)
  6.  
  7. To install
  8. - check the makefile (BIN, ODIR, CFLAGS, PROGS)
  9. - type 'make'
  10.   this puts the executables in directory $(ODIR)
  11. - type 'make install'
  12.   this copies them to /dd/cmds
  13. - type 'make -i clob.os9' to clean up 
  14.   (The -i option, ignore errors, is handy if you try
  15.    to delete nonexistent files)
  16.  
  17. Example of file $HOME/.exrc:
  18. set autoindent autowrite showmatch wrapmargin=0 report=1
  19. set number
  20. set showmode
  21.