home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / proglc / mor4873s.lzh / READ.ME < prev    next >
Text File  |  1988-12-05  |  1KB  |  30 lines

  1. The compiler used was Microsoft C v4.0.  The linker was Microsoft LINK 3.61.
  2. A makefile compatible with OPUS MAKE 5.1 has been included in the sources.
  3.  
  4. On the second diskette are library routines that PC MORIA uses.  You will have
  5. to compile each one in its own separate directory.  PCCURSES.ARC is PC Curses
  6. 1.0, which is a public domain version of the UNIX routines called "curses".
  7. PC Curses supplies BIOS routines for cursor positioning and screen output
  8. optimization.  You will need to compile the sources in PCCURSES.ARC to
  9. create a large model library called LCURSES.LIB.
  10.  
  11. TERMCAP.ARC is a public domain version of the UNIX routines known as "termcap".
  12. If you want to support ANSI cursor positioning (for example, the DEC Rainbow
  13. must use this form of positioning), you will have to define ANSI in the
  14. makefile.
  15.  
  16. The makefile was created with an automatic makefile generator, OPUS MKMF 2.0.
  17.  
  18. If you have any questions, contact me at one of:
  19.  
  20.     Don Kneller
  21.     OPUS Software
  22.  
  23.     UUCP:    ...ucbvax!ucsfcgl!kneller
  24.     ARPA:    kneller@cgl.ucsf.edu
  25.     BITNET:    kneller@ucsfcgl.BITNET
  26.     USMAIL:    D. G. Kneller
  27.         1349 - 10th ave
  28.         San Francisco, CA 94122
  29.         (415) 731-3108
  30.