home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / misc / volume14 / aagxl.ti / part01 / README < prev   
Encoding:
Text File  |  1990-07-26  |  935 b   |  27 lines

  1. @(#) README 0.0+0"
  2.  
  3. The makefile creates Unix System V terminfo entries for the Ann Arbor Guru XL
  4. terminal.
  5.  
  6. If you are root the terminfo entries will be created in the directory tree
  7. $TERMINFO or /usr/lib/terminfo, by default.  If you are not root, the shell
  8. script will only succeed if $TERMINFO (or /usr/lib/terminfo, by default) is
  9. writable to your login.
  10.  
  11. For testing purposes, simply:
  12.  
  13. export TERMINFO
  14. TERMINFO=dirname
  15.  
  16. Where "dirname" is the name of a directory writable by you.  Then, as long as
  17. TERMINFO is defined to be "dirname", applications that utilize the curses(3)
  18. library will search the terminfo entries in "dirname" for the desired terminal
  19. before searching the system libraries.
  20.  
  21. The installation requires the programs "csplit" and "tic" to be in your PATH.
  22. Type "make" to install the entries.
  23.  
  24. See the man pages for tic(1), curses(3), and terminfo(4) for more information.
  25.  
  26. Send bug reports to det@hawkmoon.MN.ORG
  27.