You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Huan 73689987b9
Second commit
5 years ago
..
._COPYING Second commit 5 years ago
._COPYING.LIB Second commit 5 years ago
._ChangeLog Second commit 5 years ago
._Makefile.in Second commit 5 years ago
._README Second commit 5 years ago
._bsearch.c Second commit 5 years ago
._configure Second commit 5 years ago
._conversions.c Second commit 5 years ago
._getopt.c Second commit 5 years ago
._getopt.h Second commit 5 years ago
._getopt1.c Second commit 5 years ago
._makefile Second commit 5 years ago
._termcap.c Second commit 5 years ago
._termcap.h Second commit 5 years ago
._tparam.c Second commit 5 years ago
._tput.c Second commit 5 years ago
._tput.h Second commit 5 years ago
._tput.texinfo Second commit 5 years ago
COPYING Second commit 5 years ago
COPYING.LIB Second commit 5 years ago
ChangeLog Second commit 5 years ago
Makefile.in Second commit 5 years ago
README Second commit 5 years ago
bsearch.c Second commit 5 years ago
configure Second commit 5 years ago
conversions.c Second commit 5 years ago
getopt.c Second commit 5 years ago
getopt.h Second commit 5 years ago
getopt1.c Second commit 5 years ago
makefile Second commit 5 years ago
termcap.c Second commit 5 years ago
termcap.h Second commit 5 years ago
tparam.c Second commit 5 years ago
tput.c Second commit 5 years ago
tput.h Second commit 5 years ago
tput.texinfo Second commit 5 years ago

README

This directory contains GNU tput, a program to enable shell scripts to
portably use special terminal capabilities.  Although its interface is
similar to that of terminfo-based tput programs, it actually uses termcap.

To compile:

1.  Type `./configure'.  This shell script attempts to guess correct
values for various system-dependent variables used during compilation,
and creates the file `Makefile'.  This takes a minute or so.

If your system requires unusual options for compilation or linking
that `configure' doesn't know about, you can give `configure' initial
values for variables by setting them in the environment; in
Bourne-compatible shells, you can do that on the command line like
this:
$ CC='gcc -traditional' LIBS=-lposix ./configure

2.  If you want to change the directory where the program will be
installed, or the optimization options, edit `Makefile' and change
those values.  If you have an unusual system that needs special
compilation options that `configure' doesn't know about, and you
didn't pass them in the environment when running `configure', you
should add them to `Makefile' now.  Alternately, teach `configure' how
to figure out that it is being run on a system where they are needed,
and mail the diffs to the address listed at the end of this file so we
can include them in the next release.

3.  Type `make'.

4.  If the program compiles successfully, type `make install' to
install it.

5.  After you have installed the program, you can remove the binary
from the source directory by typing `make clean'.  Type `make
realclean' if you also want to remove `Makefile', for instance if you
are going to recompile next on another type of machine.

To do for POSIX:
Add `init' and `reset' options.

Mail suggestions and bug reports for GNU tput to
bug-gnu-utils@prep.ai.mit.edu.