-
Notifications
You must be signed in to change notification settings - Fork 21
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
Tips for building on Windows? #35
Comments
It should compile both under Cygwin and MSYS2, although I don't know what the differences between those two are. |
There seems to be a bug with -fstack-clash-protection (msys2/MINGW-packages#5348), to work around that use |
Also your request has triggered some fixes to the MSYS2 build, so be sure to |
After some additional fixes to Please try it and tell us the results. |
@vince94 Does one of the MSYS or MINGW builds work for you? |
Hey there, I just saw the notification for this thread. I think I ended up using a different player for the arrangement I was working on. I've never used MSYS or MINGW before (I'm more of a musician than a programmer) and I have tried MINGW32 before several years ago (couldn't figure out how to get past the installer where you have to know which components you want and what they do) but I'll see if I can figure it out again. |
We don't provide any prebuilt binaries (so far).
(Note this also needs libwinpthread-1.dll and zlib1.dll mingw libraries to run)
|
Hello, what kind of environment do you need to build this into a Windows executable? I have the Windows Linux Subsystem, but I assume that if I use that, it will only be launchable from within a WSL command line, and I'm looking for something (that isn't an old WinAmp plugin) that I can associate with the .gbs file format, akin to NSFPlay.
The text was updated successfully, but these errors were encountered: