Instructions for building Gnu Grep and pcre2grep as native windows applications
All patches under the same license as sources of Gnu Grep: GPLv3 or later
Author of the patches: Michael M. Builov (mbuilov@yandex.ru)
- fixed support for colorizing output of grep in Windows console (enabled via '--color' option; tip: use "color" command to reset console colors)
- now support for Perl regular expressions is statically complied in the grep executable
- search in sub-directories (grep -r ...) is now working
- added experimental support for inline UTF16->UTF8 transcoding
- added support for wildcard expansion of grep arguments
grep-3.11-x64.exe
- grep 3.11 built for Windows10 x64grep-3.11-x86.exe
- grep 3.11 built for WindowsXP x86pcre2grep-10.44-x64.exe
- pcre2grep 10.44 built for Windows10 x64pcre2grep-10.44-x86.exe
- pcre2grep 10.44 built for WindowsXP x86
For x64/Windows10/VS22:
For x86/WindowsXP/VS22: