| 157 |
On both MinGW and Cygwin, PCRE should build correctly using: |
On both MinGW and Cygwin, PCRE should build correctly using: |
| 158 |
|
|
| 159 |
./configure && make && make install |
./configure && make && make install |
| 160 |
|
|
| 161 |
This should create two libraries called libpcre and libpcreposix, and, if you |
This should create two libraries called libpcre and libpcreposix, and, if you |
| 162 |
have enabled building the C++ wrapper, a third one called libpcrecpp. |
have enabled building the C++ wrapper, a third one called libpcrecpp. |
| 163 |
|
|