Open qparis opened 5 years ago
Maybe ... But it could be useful for some small programs.
Think about it, now that we have managed to build hangover winebuilds for macOS (very few programs will run though), we have pretty much everything to support Raspberry / Android
I do not see well how building hangover help you build wine for android.
It won't help build wine for android, but it will help run x86 programs on android
There is not 32 bits deps under android ? How do winehq's provided apks works ?
Second, I saw you tried to use some llvm based thing for 32 bits support (-mwine32), is it still a way to go ? It looks better than hangover emulation.
They only run windows's ARM apps afaik.
I think -mwine32 is a way better solution, but it seems that we need to have wine patched to make it work. I think hangover might still be useful on some other cases, for example when apple decide to switch to arm architecture. We really need to stay informed about both initiatives I guess
Okay.
Do we need to change something in the software or is it only winebuild?
I think it is more about winebuild. However, I have the feeling that we are going to need to differenciate the host (system) wine architecture and the guest (program) one
This is more general than raspberry support though
+1, but it probably blocked by cli-mode
It seems that we can make it work without much effort.
Which Raspberry version do you use?
rpi3 with raspbian
What about the exception shown in the terminal? It seems to be related to a graphical issue. Is JavaFX fully supported on the raspberry pi?
The exception is about javafx.web. It was not installed when I tested.
JavaFX is supported on rpi, but by default it does not render on a X11 window, even if X11 is run. It renders by default inside the framebuffer (which can be pretty cool for embeded applications by the way).
In our case, we need to set javafx.platform=x11
How did you install Phoenicis? Via the deb installer, or did you "directly" execute the jar file?
mvn exec:java after installing a runtime. The deb is compiled for x86
Is not it a bit a "far away" feature ? I mean what windows app would you want to launch on a rasberry ? ^^