Mercurial > hg > orthanc
comparison Resources/ThirdParty/patch/NOTES.txt @ 1538:61caa39d7426
fix patch binaries
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 13 Aug 2015 16:51:30 +0200 |
parents | fbf763bb1fa3 |
children | 1c2c7e6c3a7a |
comparison
equal
deleted
inserted
replaced
1537:fbf763bb1fa3 | 1538:61caa39d7426 |
---|---|
1 This is a precompiled version of the "patch" standard tool for Windows | 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 | 2 (version 2.6.1). It was cross-compiled as follows under Linux thanks |
3 to MinGW32: | 3 to MinGW32: |
4 | 4 |
5 # wget ftp://ftp.gnu.org/gnu/patch/patch-2.5.9.tar.gz | 5 # wget ftp://ftp.gnu.org/gnu/patch/patch-2.6.1.tar.gz |
6 # tar xvfz patch-2.5.9.tar.gz | 6 # tar xvfz patch-2.6.1.tar.gz |
7 # cd patch-2.5.9 | 7 # patch -p0 < fix-sources.patch |
8 # cd patch-2.6.1 | |
8 # ./configure --host=i586-mingw32msvc | 9 # ./configure --host=i586-mingw32msvc |
9 # make | 10 # make |
10 # cd .. | 11 # cd .. |
11 # cp patch-2.5.9/patch.exe . | 12 # cp patch-2.6.1/src/patch.exe . |
12 # i586-mingw32msvc-strip ./patch.exe | 13 # i586-mingw32msvc-strip ./patch.exe |
13 | 14 |
14 | 15 |
15 URL to the project: | 16 URL to the project: |
16 http://savannah.gnu.org/projects/patch/ | 17 http://savannah.gnu.org/projects/patch/ |