-
Notifications
You must be signed in to change notification settings - Fork 83
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
Support Windows #121
Comments
I haven't tried on a native Windows machine, but tried a cross build from macOS:
This fails with the following error:
|
Looks like you need to target a HIGHER version of GCC and g++ but I suspect you already know that! |
Have you looked at mingw? Its a different compiler for windows. |
You could also look at making a 'cygwin' compatible version which might be faster for a native build.. |
Thanks @munntjlx, all reasonable suggestions. I haven't spent more than cursory time looking into this. The results from above were trying to use the |
Note for posterity: apparently the native Linux release binaries work without trouble on Windows using WSL1. WSL2 is reported as being problematic for requiring nested virtualization support or something else. |
Note: the Vectorscan C++ code doesn't officially support windows and doesn't have any plans to do so: VectorCamp/vectorscan#314 It might be possible with some build system patches to get that building on Windows. Getting |
It would be useful if Nosey Parker would build and run on Windows. The releases should also include prebuilt Windows binary releases.
I've not tried building on Windows. It should work in theory, but:
scripts/release.zsh
script is pretty unix-specificThe text was updated successfully, but these errors were encountered: