33 |
an empty string. Comments in the code explain what is going on. |
an empty string. Comments in the code explain what is going on. |
34 |
</P> |
</P> |
35 |
<P> |
<P> |
36 |
If PCRE is installed in the standard include and library directories for your |
The demonstration program is automatically built if you use "./configure;make" |
37 |
system, you should be able to compile the demonstration program using this |
to build PCRE. Otherwise, if PCRE is installed in the standard include and |
38 |
command: |
library directories for your system, you should be able to compile the |
39 |
|
demonstration program using this command: |
40 |
<pre> |
<pre> |
41 |
gcc -o pcredemo pcredemo.c -lpcre |
gcc -o pcredemo pcredemo.c -lpcre |
42 |
</pre> |
</pre> |
88 |
REVISION |
REVISION |
89 |
</b><br> |
</b><br> |
90 |
<P> |
<P> |
91 |
Last updated: 06 March 2007 |
Last updated: 13 June 2007 |
92 |
<br> |
<br> |
93 |
Copyright © 1997-2007 University of Cambridge. |
Copyright © 1997-2007 University of Cambridge. |
94 |
<br> |
<br> |