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