http://bugs.winehq.org/show_bug.cgi?id=59142 --- Comment #27 from Patrick Hibbs <hibbsncc1701@gmail.com> --- (In reply to garrett m from comment #26)
Sure. Is there a guide on how to apply patches and compile wine test builds? I haven't ever needed to do this before, but I'm happy to learn how and help with testing. (I have compiled various github projects with make, cmake, or meson for use on Arch but I've never worked with gitlab or wine before.)
There is. Wine uses autotools for it's build process. So if you're comfortable with make and github, then the process is mostly the same for wine: 1) Grab the source from https://gitlab.winehq.org/wine/wine.git 2) Install the build dependencies. 3) Apply the patch to the source with git am. 4) Run the build process. If you need a more in-depth explanation, there's always the build guide on the wiki: https://gitlab.winehq.org/wine/wine/-/wikis/Building-Wine Feel free to ask if you need more help. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.