Compile (Windows)

To compile Zindaiji4 on Windows, following libraries are needed. wxWidgets(3.1.3), Lua(5.3.5), libpng(1.6.37), and OpenEXR(2.4.1).
Runtime library (/MD) is used, so that prepare libraried for /MD runtime.
I used Visual Studio 2017 for making Zindaiji4. I think newer version is O.K. to compile, but I did not confirmed that.

I set above libraries in following folders. Library path and include path in project file is configured directly in the project file.
If you compile on your own, adjust these pathes according to your settings.

C:\ProgramFiles\WXWIDGETS\wxWidgets-3.1.3_MD_VC2017
C:\ProgramFiles\LUA\lua-5.3.5_Win64_dll15_lib
C:\ProgramFiles\libpng_1_6_3_7\Package64bit\lib
C:\ProgramFiles\OpenEXR\Package_2.4.1_64bit_NoShare\lib

The way to compile wxWidgets is documented in
\docs\msw\install.md

Binary files for Lua library can be downloaded from https://sourceforge.net/projects/luabinaries/files/5.3.5/Windows%20Libraries/Dynamic/
The way to compile OpenEXR is documented in
README.cmake
inserted by FC2 system