258 |
|
|
259 |
This automatically implies --enable-rebuild-chartables (see above). |
This automatically implies --enable-rebuild-chartables (see above). |
260 |
|
|
261 |
. It is possible to compile pcregrep to use libz and/or libbz2, in order to |
. It is possible to compile pcregrep to use libz and/or libbz2, in order to |
262 |
read .gz and .bz2 files (respectively), by specifying one or both of |
read .gz and .bz2 files (respectively), by specifying one or both of |
263 |
|
|
264 |
--enable-pcregrep-libz |
--enable-pcregrep-libz |
265 |
--enable-pcregrep-libbz2 |
--enable-pcregrep-libbz2 |
266 |
|
|
267 |
Of course, the relevant libraries must be installed on your system. |
Of course, the relevant libraries must be installed on your system. |
268 |
|
|
269 |
. It is possible to compile pcretest so that it links with the libreadline |
. It is possible to compile pcretest so that it links with the libreadline |
270 |
library, by specifying |
library, by specifying |
271 |
|
|
272 |
--enable-pcretest-libreadline |
--enable-pcretest-libreadline |
273 |
|
|
274 |
If this is done, when pcretest's input is from a terminal, it reads it using |
If this is done, when pcretest's input is from a terminal, it reads it using |
275 |
the readline() function. This provides line-editing and history facilities. |
the readline() function. This provides line-editing and history facilities. |
276 |
Note that libreadline is GPL-licenced, so if you distribute a binary of |
Note that libreadline is GPL-licenced, so if you distribute a binary of |