You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 8, 2022. It is now read-only.
gitluin edited this page Apr 8, 2020
·
6 revisions
Download the patch you want from the patches directory in the repository.
patch sara.c < patchname.patch will apply the patch to sara.c.
If you want to run the patch in reverse (i.e. undo it), run patch -R sara.c < patchname.patch.
Recompile with sudo make install clean. If the patch adds something that requires new libraries (like xinerama.patch), adjust the Makefile accordingly before recompiling.
I.e. for xinerama.patch, you need to add -lXinerama to LIBS and -DXINERAMA to CFLAGS in the Makefile. This type of thing will be patch-dependent.