Skip to content

Patches

rai edited this page May 10, 2020 · 1 revision

In the ./enhancements folder, there are several .patch files, which can be applied in the following manner:

 git apply fps.patch --ignore-whitespace --reject

If any rejections occur, you can search for them with find | grep .rej. Try to solve rejections through wiggle.

wiggle rejection.rej --replace
Clone this wiki locally