diff options
| author | Magnus Ahltorp <map@kth.se> | 2015-03-31 19:18:30 +0200 |
|---|---|---|
| committer | Magnus Ahltorp <map@kth.se> | 2015-03-31 19:18:30 +0200 |
| commit | ab924f51f254d1bdd6f752f8c19c4cbcc55cf0e4 (patch) | |
| tree | 91261dcf3047c735207d706862bd9136f003230a /README.md | |
| parent | a706e79fa722f681320fe1b05824352b6b9a63fc (diff) | |
| parent | 13c3789add4f1630c4bc8dfccb229ebc7d4bfa38 (diff) | |
Merge branch 'genauthkeys'
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) |
