| 85 |
make runtime.all & make install_runtime |
make runtime.all & make install_runtime |
| 86 |
|
|
| 87 |
5) Download and unpack pcre-ocaml. |
5) Download and unpack pcre-ocaml. |
| 88 |
- copy pcre_naje.win32/pcre.h to the pcre source directory you |
- copy pcre_make.win32/pcre.h to the pcre source directory you |
| 89 |
installed at point (1) (it should be in /usr/src/pcre-X.Y-Z) |
installed at point (1) (it should be in /usr/src/pcre-X.Y-Z) |
| 90 |
- Copy or rename the file config.in as config.h, and change |
- cd in the source directory of pcre, copy or rename the file |
| 91 |
|
config.in as config.h, and change in this new file |
| 92 |
the macros that define HAVE_STRERROR and HAVE_MEMMOVE to |
the macros that define HAVE_STRERROR and HAVE_MEMMOVE to |
| 93 |
define them as 1 rather than 0. |
define them as 1 rather than 0. |
| 94 |
- Compile and install by |
- Compile and install by |