9 |
Building for virtual Pascal |
Building for virtual Pascal |
10 |
Stack size in Windows environments |
Stack size in Windows environments |
11 |
Comments about Win32 builds |
Comments about Win32 builds |
12 |
Building PCRE with Cmake |
Building PCRE with Cmake |
13 |
Building under Windows with BCC5.5 |
Building under Windows with BCC5.5 |
14 |
Building PCRE on OpenVMS |
Building PCRE on OpenVMS |
15 |
|
|
252 |
|
|
253 |
These instructions were contributed by a PCRE user. |
These instructions were contributed by a PCRE user. |
254 |
|
|
255 |
1. Download CMake 2.4.7 or above from http://www.cmake.org/, install and ensure |
1. Download CMake 2.4.7 or above from http://www.cmake.org/, install and ensure |
256 |
that cmake\bin is on your path. |
that cmake\bin is on your path. |
257 |
|
|
258 |
2. Unzip (retaining folder structure) the PCRE source tree into a source |
2. Unzip (retaining folder structure) the PCRE source tree into a source |
310 |
When linking a project with BCC5.5, pcre.lib must be included before any of |
When linking a project with BCC5.5, pcre.lib must be included before any of |
311 |
the libraries cw32.lib, cw32i.lib, cw32mt.lib, and cw32mti.lib on the command |
the libraries cw32.lib, cw32i.lib, cw32mt.lib, and cw32mti.lib on the command |
312 |
line. |
line. |
313 |
|
|
314 |
|
|
315 |
BUILDING PCRE ON OPENVMS |
BUILDING PCRE ON OPENVMS |
316 |
|
|