grip
grip copied to clipboard
Windows Module
Is there any ETA on when a Windows Module will be launched? Mostly for testing purposes, Linux seems a bit hard to set up a dedicated server to test simple things.
Thanks.
Hi, this module is currently unmaintained, because I serve in armed forces.
Windows wasn't my tier 1 platform, because I didn''t use it on daily basis.
But there is no need to do any code change to compile it for windows. Somebody should just dedicate few hours for it.
Hello, sorry for bumping this.
Trying to compile it for Windows but I am stuck on this.

@In-line Managed to resolve that issue but now I am stuck on this, this is refered to Unix = Linux, trying to compile it on Windows.




You should use MinGW for compiling C++ code, because CMake scripts are written with it in mind, otherwise you should modify them, but what to change should be researched.
Compile flaga at least are Clang/GCC compatible.
For unistd.h I googled this question https://stackoverflow.com/questions/341817/is-there-a-replacement-for-unistd-h-for-windows-visual-c
Answer is either to use MinGW or use handwritten version posted in the question.