-
Notifications
You must be signed in to change notification settings - Fork 266
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
A guide for building Windows executable #189
Comments
These should be fixed on |
sylikc
added a commit
to sylikc/spek
that referenced
this issue
Feb 6, 2023
* MXE build working, can't use a pre-compiled package as Spek needs to patch ffmpeg * it takes over ~2 hours to build, so added cache action size = ~2GB... GitHub has a 10GB limit per repo * Depedencies for MXE are the same to build Spek * Still had to use fix, paths are tweaked from alexkay#189 * Upload the build artifact for the second stage to use. This includes the windows binary, wxs, and tests
sylikc
added a commit
to sylikc/spek
that referenced
this issue
Feb 6, 2023
* MXE build working, can't use a pre-compiled package as Spek needs to patch ffmpeg * it takes over ~2 hours to build, so added cache action size = ~2GB... GitHub has a 10GB limit per repo * Depedencies for MXE are the same to build Spek * Still had to use fix, paths are tweaked from alexkay#189 * Upload the build artifact for the second stage to use. This includes the windows binary, wxs, and tests
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I was trying to build Windows executable but fail with errors. Fortunately after some research I was success. Here are some experience.
The text was updated successfully, but these errors were encountered: