comparison Resources/ThirdParty/patch/NOTES.txt @ 1537:fbf763bb1fa3

error detection in patches
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 13 Aug 2015 15:25:38 +0200
parents
children 61caa39d7426
comparison
equal deleted inserted replaced
1536:1b03676d68c2 1537:fbf763bb1fa3
1 This is a precompiled version of the "patch" standard tool for Windows
2 (version 2.5.9). It was cross-compiled as follows under Linux thanks
3 to MinGW32:
4
5 # wget ftp://ftp.gnu.org/gnu/patch/patch-2.5.9.tar.gz
6 # tar xvfz patch-2.5.9.tar.gz
7 # cd patch-2.5.9
8 # ./configure --host=i586-mingw32msvc
9 # make
10 # cd ..
11 # cp patch-2.5.9/patch.exe .
12 # i586-mingw32msvc-strip ./patch.exe
13
14
15 URL to the project:
16 http://savannah.gnu.org/projects/patch/
17
18 License: GPLv3+ (GNU General Public License v3 or later)