The readme says......
"The above steps can be performed on Windows in a similar fashion, the build.bat and build64.bat (for x86_64 systems) are provided to be used instead of build.sh."
I don't see these files in the repo, what am I missing? I know I'm asking a lot of questions but I figure it's good for the community to keep this forum as active as possible. Thanks.
"The above steps..."
Read them and all shall be made clear.
I followed the instructions, and went into csources and executed build64.bat (could not run build.sh on MSYS).
It then says that it cannot find nimbase.h
The '-Ibuild' in the batch file is wrong, should be '-Isrc'
Thereafter, things seem to work fine!