view 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
line wrap: on
line source

This is a precompiled version of the "patch" standard tool for Windows
(version 2.5.9). It was cross-compiled as follows under Linux thanks
to MinGW32:

# wget ftp://ftp.gnu.org/gnu/patch/patch-2.5.9.tar.gz
# tar xvfz patch-2.5.9.tar.gz
# cd patch-2.5.9
# ./configure --host=i586-mingw32msvc
# make
# cd ..
# cp patch-2.5.9/patch.exe .
# i586-mingw32msvc-strip ./patch.exe 


URL to the project:
http://savannah.gnu.org/projects/patch/

License: GPLv3+ (GNU General Public License v3 or later)