-
Notifications
You must be signed in to change notification settings - Fork 216
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
Create wine.yml #418
base: master
Are you sure you want to change the base?
Create wine.yml #418
Conversation
A pkg2appimage recipe for wine that can run 32 and 63 bit windows programs on 64bit machines/
Thanks @jonathan-dove. Are you sure that this really works? Last time I checked, quite some hacks were needed to get WINE running properly. Please see https://github.com/AppImage/AppImageKit/wiki/Bundling-Windows-applications and https://github.com/sudo-give-me-coffee/wine32-deploy. |
It does work. I’m currently still testing it on different distros and found a flaw with it that causes it not to work in Centos7 so I’m currently working that out. |
Thanks @jonathan-dove. WINE is a complex beast, much more difficult than most "normal" applications. Specifically, does it work for 32-bit Windows applications on 64-bit Linux (without 32-bit compat libraries being installed on the system)? This is something the AppImages I have linked above can handle. |
Thanks @jonathan-dove for this wine recipe ! I execute the following code (on Debian Stretch) : But I get the following error : Do you have an idea what's going on ? |
Hi, I have tried on Debian stretch too and it's not working, when I run it I get : `/tmp/.mount_1Wine-JguNcg/AppRun: line 9: wine: command not found /tmp/.mount_1Wine-JguNcg/AppRun: line 10: exec: wine: not found Thank you |
@probonopd I think that wine now works without hacks required for |
A pkg2appimage recipe for wine that can run 32 and 63 bit windows programs on 64bit machines/