diff options
author | ph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15> | 2007-12-17 14:46:11 +0000 |
---|---|---|
committer | ph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15> | 2007-12-17 14:46:11 +0000 |
commit | f34b50f089383917ab527f3ab5f9c0a8144bbf0d (patch) | |
tree | 4d41d677b615b7a567ecb0d65a407790ce35ca93 /README | |
parent | bcaa82a45b01cc5cf8689180e20514e5e14bb36f (diff) | |
download | pcre-f34b50f089383917ab527f3ab5f9c0a8144bbf0d.tar.gz |
Add .gz and .bz2 optional support to pcregrep.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@286 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'README')
-rw-r--r-- | README | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -258,6 +258,12 @@ library. You can read more about them in the pcrebuild man page. This automatically implies --enable-rebuild-chartables (see above). +. It is possible to compile pcregrep to use libz and/or libbz2 to read .gz + and .bz2 files (respectively) by specifying one or both of + + --enable-pcregrep-libz + --enable-pcregrep-libbz2 + The "configure" script builds the following files for the basic C library: . Makefile is the makefile that builds the library @@ -725,4 +731,4 @@ The distribution should contain the following files: Philip Hazel Email local part: ph10 Email domain: cam.ac.uk -Last updated: 21 September 2007 +Last updated: 17 December 2007 |