diff options
author | Linus Nordberg <linus@nordberg.se> | 2015-03-25 11:20:56 +0100 |
---|---|---|
committer | Linus Nordberg <linus@nordberg.se> | 2015-03-26 13:22:51 +0100 |
commit | 4702c16d704d009819e203a5dfa5913c55e8f756 (patch) | |
tree | bf23eecafc6ff120a04a54ad16cb4e93c54ac65c /README.md | |
parent | 54e0457f1e4c4376bdecc891a2d5ae423eb2266d (diff) |
Document (some of) the Python dependencies needed for merge.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 18 |
1 files changed, 14 insertions, 4 deletions
@@ -9,16 +9,26 @@ catlfish is a Certificate Transparency log server (RFC 6962). # Requirements -A compiled plop application in ../plop +In order to compile catlfish, the following software packages are +needed: -A compiled https://github.com/basho/lager (for logging) in ../lager -A compiled https://github.com/mochi/mochiweb (for web server functionality) in ../mochiweb -A compiled https://github.com/benoitc/hackney.git (http client) in ../hackney +- A compiled https://git.nordu.net/plop.git application in ../plop + +- A compiled https://github.com/basho/lager (for logging) in ../lager + +- A compiled https://github.com/mochi/mochiweb (for web server + functionality) in ../mochiweb + +- A compiled https://github.com/benoitc/hackney.git (http client) in + ../hackney Note: hackney is dependent on rebar, but doesn't include one. You can use the rebar from lager by adding "REBAR=../lager/rebar" to the make command line, or install rebar yourself. +In order to perform merge operations, the following software packages +are needed: python-ecdsa, python-yaml + # Start $ (cd rel ; bin/erl -config catlfish) |