From 3f7410c1e30288982c72a13fe96849817727e1ef Mon Sep 17 00:00:00 2001 From: Thomas von Dein Date: Wed, 26 Oct 2016 06:53:55 +0200 Subject: [PATCH] added hints about installing jansson and python stuff --- man/install.pod | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/man/install.pod b/man/install.pod index 7936a3a..55a498c 100644 --- a/man/install.pod +++ b/man/install.pod @@ -14,7 +14,20 @@ First, you will need libsodium: sudo ldconfig cd .. -Next, pcp: +If you want to have JSON support, you'll need to install the +Jansson library (optional): + + git clone git://github.com/akheron/jansson.git + cd jansson + autoreconf -i + ./configure && make + sudo make install + cd .. + +In order to use the python binding, you need to install the +B python package. + +Next, build pcp: git clone git://github.com/tlinden/pcp.git cd pcp