diff options
author | Philipp Gesang <phg@phi-gamma.net> | 2018-07-11 00:37:05 +0200 |
---|---|---|
committer | Philipp Gesang <phg@phi-gamma.net> | 2018-07-11 00:55:01 +0200 |
commit | 223e39cf656366f2ff74dcdd3195abddbaceccd0 (patch) | |
tree | 22961fdd74b84d575e3c76cc057bbc17baa9a3ed | |
parent | 43be9718b40a6863492991c5d22b62fc3515ffd7 (diff) | |
download | context-mirror-bot-223e39cf656366f2ff74dcdd3195abddbaceccd0.tar.gz |
update list of deps
-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 |