-
Notifications
You must be signed in to change notification settings - Fork 290
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 Support #4
Comments
We currently don't have any Windows development environment. But since Chromium supports Windows platform, I think this is doable. If you are interested in contributing, we are more than happy to help and guide you. :) Thanks! |
@serialx Here are the steps I have made so far in an attempt to compile this on Windows:
cmake -GNinja gives the following result
ninja now compiles for a while - but gives the following error:
|
After fighting some more and making minor changes to some source files (that only had partial support for win32/64) - i have made some more progress. 407 of 592 files compiled using CMake & Ninja.
@serialx Any clue on how to proceed? 😄 |
Any progress? I'd like to run a QUIC reverse proxy in the same VM my HTTP/1.1 webserver. |
Is there any plan to support windows 64bit? I want to use goquic, but it will fail as missing libquic.
The text was updated successfully, but these errors were encountered: