Difference between revisions of "Porting/Wine"
Jump to navigation
Jump to search
JeremyRand (talk | contribs) (Add 2021 status) |
|||
Line 13: | Line 13: | ||
Semi-monolithic (will be split further when closer to merge): | Semi-monolithic (will be split further when closer to merge): | ||
* https://github.com/madscientist159/wine | * https://github.com/madscientist159/wine | ||
+ | |||
+ | == Upstreaming == | ||
+ | |||
+ | [https://www.phoronix.com/scan.php?page=news_item&px=Wine-2021-For-POWER Status as of 2021.] | ||
[[Category:Ports]] | [[Category:Ports]] |
Revision as of 01:28, 26 June 2022
Contents
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):