This is the INSTALL file


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

To compile the libraries and the gencat program:

* make -f makefile.bc all


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.

To test the gencat program, use the NLS\cats.msg file.  This should
produce output that can then be written to a Cats file (such as
"cats.en") and loaded into your program.  Run the gencat program like
this:

  GENCAT ..\NLS\CATS.MSG >..\NLS\CATS.EN
