This guide shows you how to apply a patch to a source code on *nix(Linux, Unix, whatever...).

Requirements:
*nix
Subversion(SVN)

Step 1:
Move the patch file that you want to apply to your source into
the folder containing the source.

Step 2:
Open your terminal and navigate into the folder containing
the source code.



Example:


Step 3:
Type this into your terminal:
Code:
patch -p0 -i FileName
Replace the red text with the filename of the patch^

Here is an example, the filename of the patch I'm using is "patch.patch":


Step 4: Order pizza and celebrate?


› See More: How to apply a patch on *nix