| 38 |
or (better) install OCaml cvs version |
or (better) install OCaml cvs version |
| 39 |
cvs -d":pserver:anoncvs@camlcvs.inria.fr:/caml" login |
cvs -d":pserver:anoncvs@camlcvs.inria.fr:/caml" login |
| 40 |
hit enter key when asked for password |
hit enter key when asked for password |
| 41 |
cvs -d":pserver:anoncvs@camlcvs.inria.fr:/caml" co ocaml |
cvs -z3 -d":pserver:anoncvs@camlcvs.inria.fr:/caml" co ocaml |
| 42 |
|
|
| 43 |
- pcre-ocaml: you may also need to install the PCRE library |
- pcre-ocaml: you may also need to install the PCRE library |
| 44 |
from http://www.pcre.org/ [red-hat users: 4.2 and 4.3 packages |
from http://www.pcre.org/ [red-hat users: 4.2 and 4.3 packages |
| 65 |
|
|
| 66 |
THE FAST WAY: |
THE FAST WAY: |
| 67 |
|
|
| 68 |
- check the setting in Makefile.conf [optional] |
- check local settings in Makefile.conf [optional] |
| 69 |
- make all && make install |
- make all && make install |
| 70 |
|
|
| 71 |
|
|