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


To test, make sure you have set NLSPATH and LANG to their correct
values.  As an example, set NLSPATH to the location of the 'nls'
directory, and set LANG to the value 'pig'.  Then run CATS.EXE to see
what happens!

Note that the output from CATS2.EXE is totally independent of the
NLSPATH and LANG settings.  That's because it uses a hard-coded
filename for the language catalog.


_______________________________________________________________________
** 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.
