-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows Module #184
Comments
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. |
@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. |
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.
The text was updated successfully, but these errors were encountered: