-
Notifications
You must be signed in to change notification settings - Fork 19
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 for musl #15
Comments
Closing as not planned -- apparently not even steam has musl support, and I doubt proton does (wine itself should(?), though it doesn't look like the maintainer of the wine staging repo used wants to support it.) Installing through flatpak does work, though I didn't want to have to download 600mb of gnome dependency stuff. |
Edit: It does appear this may be possible. I've managed to compile Re-opening Edit pt2: Apparently Edit pt3: Setting |
And.. Its alive! Though it appears to crash when it tries to do the movie rendering. This may be because of a messed up patch or some memory issues. I'll clean this up and report later I setup an example repo with a build script, artifacts are also uploaded: https://git.ethanthesleepy.one/ethanaobrien/wine-staging-tkg-musl/ |
I'd like to be able to natively compile and run on alpine, which uses the
musl
target.With this patch, the application(s) will build (natively, cross compilation doesnt work for whatever reason) on 64 bit alpine. However, the related wine binaries are downloaded for glibc/gnu rather than musl. Adding support to download for musl as well would be nice.
Please let me know if there are any questions
The text was updated successfully, but these errors were encountered: