
Likes:
0
-
How to apply a patch on *nix
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
Related Threads - Scroll Down after related threads if you are only interested to view replies for above post/thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks