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 |
The demonstration program is automatically built if you use "./configure;make" |
If PCRE is installed in the standard include and library directories for your |
37 |
to build PCRE. Otherwise, if PCRE is installed in the standard include and |
system, you should be able to compile the demonstration program using this |
38 |
library directories for your system, you should be able to compile the |
command: |
|
demonstration program using this command: |
|
39 |
<pre> |
<pre> |
40 |
gcc -o pcredemo pcredemo.c -lpcre |
gcc -o pcredemo pcredemo.c -lpcre |
41 |
</pre> |
</pre> |
87 |
REVISION |
REVISION |
88 |
</b><br> |
</b><br> |
89 |
<P> |
<P> |
90 |
Last updated: 13 June 2007 |
Last updated: 23 January 2008 |
91 |
<br> |
<br> |
92 |
Copyright © 1997-2007 University of Cambridge. |
Copyright © 1997-2008 University of Cambridge. |
93 |
<br> |
<br> |
94 |
<p> |
<p> |
95 |
Return to the <a href="index.html">PCRE index page</a>. |
Return to the <a href="index.html">PCRE index page</a>. |