-
Notifications
You must be signed in to change notification settings - Fork 14
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 instructions #21
Comments
At least the CI tests pass on Windows now. Shouldn't be too hard to build an |
These steps seem sufficient to build a Windows binary with github actions, with MSVC:
Then you can download the artifact and run
|
Some notes on building a binary release
|
After having converted the build system to meson, and reducing the build-time dependencies to just SDL2 (for the non-debugger build), it should be more straightforward to do a windows build.
I don't know windows development myself, so could use some help here.
The text was updated successfully, but these errors were encountered: