This is the INSTALL file


** This assumes you are compiling on a DOS system using Borland C 3.1:

To compile the libraries:

* make -f makefile.bc


To compile the test programs:

* make -f makefile.bc test


_______________________________________________________________________
** If you are interested in compiling 'cats' on a UNIX system, you
   can use the 'Makefile' files as a starting point.  Note that your
   system catgets() may collide with the test programs in 'src'.  If
   you compile on UNIX, I suggest you rename the functions to
   dcatgets() and the like, and nl_catd to catd_t.  This will avoid a
   collision with your system locale library.
