Results 1 to 2 of 2
So I get bug 27779 (can't post links yet) and it has a patch on the page that fixes it. (just go to winehq and search 27779)
How do I ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 11-11-2011 #1Just Joined!
- Join Date
- Oct 2011
- Posts
- 16
How do I patch wine and compile it from source?
So I get bug 27779 (can't post links yet) and it has a patch on the page that fixes it. (just go to winehq and search 27779)
How do I apply that patch? I've heard I need to compile wine from source, which is fine, I'm no stranger to cli commands, but I can't find out how to compile it from source, and where I should put the file and its contents.
Can someone help please?
- 11-11-2011 #2
Patches are typically applied from the source directory using the following command:
Once you untar the sourcecode, go into the directory and run the command using the patch file that you have.Code:patch -Np1 -i examplefile.patch


Reply With Quote
