diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-03-26 11:48:03 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-03-26 11:48:03 +0000 |
commit | 5111ce782fa6ff2e4e150c72012b2f3067a163e3 (patch) | |
tree | ac20640821b877da1437364ca9216fe90053c8f1 /docs/CONTRIBUTE | |
parent | 20b0e563ce147937449efef13845d682d7ee40b1 (diff) |
add URLs to patch and diff
Diffstat (limited to 'docs/CONTRIBUTE')
-rw-r--r-- | docs/CONTRIBUTE | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/docs/CONTRIBUTE b/docs/CONTRIBUTE index ac4222b5d..6bd21d9c3 100644 --- a/docs/CONTRIBUTE +++ b/docs/CONTRIBUTE @@ -145,5 +145,15 @@ How To Make a Patch diff -ur curl-original-dir curl-modfied-sources-dir > my-fixes.diff - GNU diff exists for virtually all platforms, including all kinds of unixes - and Windows. + The GNU diff and GNU patch tools exist for virtually all platforms, including + all kinds of unixes and Windows: + + For unix-like operating systems: + + http://www.fsf.org/software/patch/patch.html + http://www.gnu.org/directory/diffutils.html + + For Windows: + + http://gnuwin32.sourceforge.net/packages/patch.htm + http://gnuwin32.sourceforge.net/packages/diffutils.htm |