home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1992 March / Source_Code_CD-ROM_Walnut_Creek_March_1992.iso / usenet / altsrcs / 3 / 3965 / README < prev   
Encoding:
Text File  |  1991-09-04  |  1.1 KB  |  26 lines

  1. If you don't know what this is, read the NEWS file.
  2.  
  3. To compile:
  4.  
  5.     (1) Determine where you want to install the editor program and the
  6.         system default keymap file.  Put this path in the Makefile.  If
  7.         you're a mere user, don't worry about this.  Instead, place a copy
  8.         of the '.joerc' file in your home directory. 
  9.  
  10.     (2) If you need to be able to display characters with bit 7 set as-
  11.         is (instead of in inverse), comment out the '#define NOHIGHBIT'
  12.         line in the file 'joe.h'
  13.  
  14.     (3) type 'make xenix' for Xenix systems, 'make hpux' for HPUX systems
  15.         or 'make bsd' for BSD systems.  If none of these work, type
  16.         'make cruddy' to make a version with an inferior terminal driver.
  17.  
  18.     (4) To install it in the system, log in as superuser and do
  19.         'make install'
  20.  
  21.     (5) When JOE is used, be sure the baud rate as reported by stty is correctly
  22.         set.  If you're not on a real serial terminal, try to set the baud
  23.         rate to the best guess of what the actual throughput is.  In particular,
  24.         if you use JOE on a windowing system, the window updates will be much
  25.         faster if you set the baud rate to 'extb' or '38400'.
  26.