How do I add patch files

Support and general discussion.
Post Reply
User avatar
gjpiloz
Posts: 3
Joined: Thu 03 Dec, 2020 1:38 pm

How do I add patch files

Post by gjpiloz »

I was wondering how to add .patch files to PCem.
darksabre76
Posts: 69
Joined: Tue 12 Sep, 2017 4:33 am
Location: Seattle, WA, USA
Contact:

Re: How do I add patch files

Post by darksabre76 »

Patch files are meant to be applied to the source code directly and not the compiled program.
User avatar
gjpiloz
Posts: 3
Joined: Thu 03 Dec, 2020 1:38 pm

Re: How do I add patch files

Post by gjpiloz »

But how do I add them before compiling?
darksabre76
Posts: 69
Joined: Tue 12 Sep, 2017 4:33 am
Location: Seattle, WA, USA
Contact:

Re: How do I add patch files

Post by darksabre76 »

Take a look at this page for applying patch files: https://git-scm.com/docs/git-am
User avatar
gjpiloz
Posts: 3
Joined: Thu 03 Dec, 2020 1:38 pm

Re: How do I add patch files

Post by gjpiloz »

Thank you!
Post Reply