| 65 |
others are pointers to URLs containing relevant files. |
others are pointers to URLs containing relevant files. |
| 66 |
|
|
| 67 |
|
|
| 68 |
|
Building on non-Unix systems |
| 69 |
|
---------------------------- |
| 70 |
|
|
| 71 |
|
For a non-Unix system, read the comments in the file NON-UNIX-USE, though if |
| 72 |
|
the system supports the use of "configure" and "make" you may be able to build |
| 73 |
|
PCRE in the same way as for Unix systems. |
| 74 |
|
|
| 75 |
|
PCRE has been compiled on Windows systems and on Macintoshes, but I don't know |
| 76 |
|
the details because I don't use those systems. It should be straightforward to |
| 77 |
|
build PCRE on any system that has a Standard C compiler and library, because it |
| 78 |
|
uses only Standard C functions. |
| 79 |
|
|
| 80 |
|
|
| 81 |
Building PCRE on a Unix-like system |
Building PCRE on a Unix-like system |
| 82 |
----------------------------------- |
----------------------------------- |
| 83 |
|
|
| 315 |
CXXLDFLAGS="-lstd_v2 -lCsup_v2" |
CXXLDFLAGS="-lstd_v2 -lCsup_v2" |
| 316 |
|
|
| 317 |
|
|
|
Building on non-Unix systems |
|
|
---------------------------- |
|
|
|
|
|
For a non-Unix system, read the comments in the file NON-UNIX-USE, though if |
|
|
the system supports the use of "configure" and "make" you may be able to build |
|
|
PCRE in the same way as for Unix systems. |
|
|
|
|
|
PCRE has been compiled on Windows systems and on Macintoshes, but I don't know |
|
|
the details because I don't use those systems. It should be straightforward to |
|
|
build PCRE on any system that has a Standard C compiler and library, because it |
|
|
uses only Standard C functions. |
|
|
|
|
|
|
|
| 318 |
Testing PCRE |
Testing PCRE |
| 319 |
------------ |
------------ |
| 320 |
|
|