Re: Building wine from source code

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 6/11/11 6:57 AM, etwineb wrote:
Code:

patch -p0 patchname.diff
No. The command is
[code]
 patch -p0 < patchname.diff
[/code]

However, most Wine patches are written using git which will require
[code]
patch -p1 < patchname.diff
[/code]

as the files are listed as a/dlls/.... and b/dlls/.... in git difference file format.





[Index of Archives]     [Gimp for Windows]     [Red Hat]     [Samba]     [Yosemite Camping]     [Graphics Cards]     [Wine Home]

  Powered by Linux