home *** CD-ROM | disk | FTP | other *** search
- @(#) README 0.0+0"
-
- The makefile creates Unix System V terminfo entries for the Ann Arbor Guru XL
- terminal.
-
- If you are root the terminfo entries will be created in the directory tree
- $TERMINFO or /usr/lib/terminfo, by default. If you are not root, the shell
- script will only succeed if $TERMINFO (or /usr/lib/terminfo, by default) is
- writable to your login.
-
- For testing purposes, simply:
-
- export TERMINFO
- TERMINFO=dirname
-
- Where "dirname" is the name of a directory writable by you. Then, as long as
- TERMINFO is defined to be "dirname", applications that utilize the curses(3)
- library will search the terminfo entries in "dirname" for the desired terminal
- before searching the system libraries.
-
- The installation requires the programs "csplit" and "tic" to be in your PATH.
- Type "make" to install the entries.
-
- See the man pages for tic(1), curses(3), and terminfo(4) for more information.
-
- Send bug reports to det@hawkmoon.MN.ORG
-