BEFORE reading this file, read the file README.NOW in the parent directory !

To compile POV-Ray for Windows using Borland C/C++, you must have version
5.00 or later of this compiler.

[using the example of the source code being installed in c:\povsrc]

c:\povsrc\
  all generic source files
c:\povsrc\libpng
  the libpng files
c:\povsrc\zlib
  the zlib files
c:\povsrc\windows
  the files in this archive.

You will NEED to build the zlib and libpng libraries FIRST, using the makefiles
there, unless the .lib's we have provided in this directory are up to date.

Note that Libpng depends on ZLib so you will want to compile ZLib first.

If you are doing a Borland compile of Libpng/zlib, and you don't have the DOS
powerpack, the build of the text .exe's will fail. This is harmless ; the .LIB
files will be there and that's all you really need. Make sure you use the make
files called MAKEFILE.B32, not MAKEFILE.BOR, to build these libraries.


