home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.editors
- Path: sparky!uunet!spool.mu.edu!mixcom.com!Dean.Roth
- From: Dean.Roth <Dean.Roth@mixcom.mixcom.com>
- Subject: joe and SCO UNIX
- Organization: Milwaukee Internet Xchange BBS, Milwaukee, WI U.S.A.
- Distribution: usa
- Date: Sat, 21 Nov 1992 02:32:54 GMT
- Message-ID: <1992Nov21.023254.11897@mixcom.com>
- Sender: xeee02@mixcom.com (Dean A. Roth)
- Lines: 24
-
-
- How to build joe under SCO UNIX:
-
- 1) Edit ttysv.c and add
-
- #include <sys/types.h>
- #include <sys/stream.h>
- #include <sys/ptem.h>
-
- #undef SIGCONT
-
- 2) add -lcurses to makefile for "sv"
-
- 3) Use terminfo.c rather than termcap.c
-
- 4) You may have to edit /usr/lib/terminfo/terminfo.src
- and remove "cbt" for ansi or joe may not work right
- with ansi emulation (and rebuild the terminfo entry)
-
- 5) make sv
-
- If you have a better solution, let me know.
-
- Dean
-