INSTALL: selectnews v1.0
LAST REVISED: September 4, 1993
----------------------------------

If you have the ncurses library, you do not have to edit the Makefile.
If you don't have the ncurses library, or you'd prefer to compile it
with curses, edit the following:

1) Uncomment #DEFS =
2) Comment out DEFS = -DNCURSES
3) Uncomment #LIBS = -lcurses -ltermcap
4) Comment out LIBS = -lncurses

To compile, simply type:

   make all

There should be no warnings or errors.  To copy the compiled
executable into your /usr/bin directory, type:

   make install

If you want to install the executable elsewhere, edit the Makefile
variable 'EXE_DIR'.

To clean out all the compiled files, etc., type:

   make clean

If you would like to reduce the size of the binary, and you have the
utility 'strip', type:

   strip selectnews

Please read the file PORTING.

---
Eugene Kim
eekim@husc.harvard.edu

