-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Package request wine #1423
Comments
Looks likes there are no pre built package. |
Yes, it was compiled using Termux clang + llvm-{windres,dlltool}. |
nice! although the problem is win32 apps support. which most windows apps targeted for intel and winrt apps have limited set of ports. not unless windows apps can be compiled for arm if source code and compiler is available. it would still be nice if sharing the compilation steps and patches |
Perhaps the WoW mechanism could be abused to juxtapose qemu-x86_64-user onto wine, but this is an upstream (wine) issue.
Ok, here's the whole (non-finalized, completely hacky) thing: https://gist.github.com/iamahuman/1d8db9637c314b9af47db7b7238f6ebc#file-wine-6-20-termux-patch-L23264 Note that you still need to
|
Maybe look into packaging https://github.com/AndreRH/hangover and AndreRH/hangover#113 |
Please file a separate package request. |
Do you still remember what was your configure parameters for building wine? |
|
Hello,
it would be nice to be able to run simple windows console programs like botvs.
However wine is difficult to compile and have many dependecies like mono. Of course, in order to make things simpler, building graphic support is not needed.
The text was updated successfully, but these errors were encountered: