Thread
:
How to apply a patch
View Single Post
Rob1n
2010-01-13 , 09:43
Posts: 3,617 | Thanked: 2,412 times | Joined on Nov 2009 @ Cambridge, UK
#
2
No offense meant, but if you don't already know how to apply a patch then you probably shouldn't be looking at doing so. Having said that, here's a brief rundown.
The patch is applied to the source code, so you'll need a full SDK setup. The patch is then applied using GNU patch:
Code:
patch -p1 < file.patch
You can then build a patched version of the package to install.
Quote & Reply
|
Rob1n
View Public Profile
Send a private message to Rob1n
Find all posts by Rob1n