home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / utils / terminal / tput10a.taz / tput10a / usr / src / tput-1.0 / README < prev    next >
Encoding:
Text File  |  1991-07-10  |  1.8 KB  |  43 lines

  1. This directory contains GNU tput, a program to enable shell scripts to
  2. portably use special terminal capabilities.  Although its interface is
  3. similar to that of terminfo-based tput programs, it actually uses termcap.
  4.  
  5. To compile:
  6.  
  7. 1.  Type `./configure'.  This shell script attempts to guess correct
  8. values for various system-dependent variables used during compilation,
  9. and creates the file `Makefile'.  This takes a minute or so.
  10.  
  11. If your system requires unusual options for compilation or linking
  12. that `configure' doesn't know about, you can give `configure' initial
  13. values for variables by setting them in the environment; in
  14. Bourne-compatible shells, you can do that on the command line like
  15. this:
  16. $ CC='gcc -traditional' LIBS=-lposix ./configure
  17.  
  18. 2.  If you want to change the directory where the program will be
  19. installed, or the optimization options, edit `Makefile' and change
  20. those values.  If you have an unusual system that needs special
  21. compilation options that `configure' doesn't know about, and you
  22. didn't pass them in the environment when running `configure', you
  23. should add them to `Makefile' now.  Alternately, teach `configure' how
  24. to figure out that it is being run on a system where they are needed,
  25. and mail the diffs to the address listed at the end of this file so we
  26. can include them in the next release.
  27.  
  28. 3.  Type `make'.
  29.  
  30. 4.  If the program compiles successfully, type `make install' to
  31. install it.
  32.  
  33. 5.  After you have installed the program, you can remove the binary
  34. from the source directory by typing `make clean'.  Type `make
  35. realclean' if you also want to remove `Makefile', for instance if you
  36. are going to recompile next on another type of machine.
  37.  
  38. To do for POSIX:
  39. Add `init' and `reset' options.
  40.  
  41. Mail suggestions and bug reports for GNU tput to
  42. bug-gnu-utils@prep.ai.mit.edu.
  43.