README 537 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25

Building on Unix
----------------

1) run ./configure to generate build scripts
   Note: type ./configure --help for a list of fine-tuning options

2) type "make" 

3) type "make check" to perform self-tests

4) type "make install" to install


Building on Windows
-------------------

If you have run the VC++ VCVARS32.BAT, you should be able to type the 
following in a command window to build the code and executables:

C:>  nmake /f makefile.vc 

Otherwise create your own VC++ project.  There aren't many files to deal with
here!