Patches without compilation

Questions about Wine on Linux
Locked
User avatar
core
Level 3
Level 3
Posts: 84
Joined: Tue Oct 23, 2012 6:22 am

Patches without compilation

Post by core »

Guys, who knows, why need to compile Wine for applying patches. Can without this step?
Why not to specify(by some command) a path to patch file when launching program or game?
I mean, that use patch only in time launching.
User avatar
dimesio
Moderator
Moderator
Posts: 13208
Joined: Tue Mar 25, 2008 10:30 pm

Re: Patches without compilation

Post by dimesio »

You can only patch source code, not a binary.
MegaBrutal
Level 1
Level 1
Posts: 6
Joined: Wed Dec 05, 2012 7:19 am

Re: Patches without compilation

Post by MegaBrutal »

dimesio wrote:You can only patch source code, not a binary.
Yep. Although binary patches exist and technically possible, they are rarely used for open source projects for practical reasons. Instead, we make patches for the source code, which then needs to be recompiled after you apply the patch.
Locked