home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / editors / 2831 < prev    next >
Encoding:
Text File  |  1992-11-20  |  831 b   |  36 lines

  1. Newsgroups: comp.editors
  2. Path: sparky!uunet!spool.mu.edu!mixcom.com!Dean.Roth
  3. From: Dean.Roth <Dean.Roth@mixcom.mixcom.com>
  4. Subject: joe and SCO UNIX
  5. Organization: Milwaukee Internet Xchange BBS, Milwaukee, WI U.S.A.
  6. Distribution: usa
  7. Date: Sat, 21 Nov 1992 02:32:54 GMT
  8. Message-ID: <1992Nov21.023254.11897@mixcom.com>
  9. Sender: xeee02@mixcom.com (Dean A. Roth)
  10. Lines: 24
  11.  
  12.  
  13. How to build joe under SCO UNIX:
  14.  
  15. 1) Edit ttysv.c and add 
  16.  
  17.     #include <sys/types.h>
  18.     #include <sys/stream.h>
  19.     #include <sys/ptem.h>
  20.  
  21.     #undef SIGCONT
  22.  
  23. 2) add -lcurses to makefile for "sv"
  24.  
  25. 3) Use terminfo.c rather than termcap.c
  26.  
  27. 4) You may have to edit /usr/lib/terminfo/terminfo.src
  28.    and remove "cbt" for ansi or joe may not work right 
  29.    with ansi emulation (and rebuild the terminfo entry)
  30.  
  31. 5) make sv
  32.  
  33. If you have a better solution, let me know.
  34.  
  35. Dean
  36.