Difference between revisions of "Porting/Wine"
Jump to navigation
Jump to search
JeremyRand (talk | contribs) (→See Also: Add FEX-Emu link) |
JeremyRand (talk | contribs) (→Upstreaming: Wine 8.0 released) |
||
Line 16: | Line 16: | ||
== Upstreaming == | == Upstreaming == | ||
− | [https://www.phoronix.com/scan.php?page=news_item&px=WINE-PPC64-Starts-Landing Status as of 2021.] | + | * [https://www.phoronix.com/scan.php?page=news_item&px=WINE-PPC64-Starts-Landing Status as of 2021.] |
+ | * As of 2020, [https://github.com/AndreRH/hangover/issues/20#issuecomment-703300407 blocked by PE conversion], which was completed in [https://www.phoronix.com/news/Wine-8.0-Released Wine 8.0] in 2023. | ||
== See Also == | == See Also == |
Revision as of 02:12, 26 January 2023
Why?
One word: winelib! There are several large open source projects that, for one reason or another, targeted Windows at their genesis. Many of these projects are quite old, well established, and would take many man-centuries of work to rewrite for native Linux systems. Enabling wine on ppc64 gets us a cheap way to allow these projects to run (when built from source) on ppc64 systems via winelib.
Status
Initial port complete. winecfg starts and runs on ppc64el systems (64k page size tested).
To-Do
- Add ppc64 (big endian) support
Initial patches
Semi-monolithic (will be split further when closer to merge):
Upstreaming
- Status as of 2021.
- As of 2020, blocked by PE conversion, which was completed in Wine 8.0 in 2023.