diff options
-rw-r--r-- | README.rst | 11 |
1 files changed, 8 insertions, 3 deletions
@@ -38,9 +38,14 @@ and *current* in separate branches, producing higher quality diffs. Install ******* -To build the executable you need Ocaml_ (tested with version 4.01) as -well as Omake_. *Context Mirror Bot* requires the ``ocurl``, ``uri``, -and ``xmlm`` libraries. I recommend installing them through Opam_. +To build the executable you need Ocaml_ (tested with version 4.01 +through 4.05) as well as Omake_. *Context Mirror Bot* requires the +``fileutils``. ``ocurl``, ``syslog``, ``uri``, and ``xmlm`` libraries. +They should be readily available through Opam_. + +Note: The *syslog* package is currently unavailable for recent compiler +versions, preventing the use of the mirror bot with Ocaml from 4.06 +upwards. If the dependencies are in place, simply issue ``omake`` in the repository directory and the executable ``context_mirror_bot`` is |