added hints about installing jansson and python stuff

This commit is contained in:
Thomas von Dein
2016-10-26 06:53:55 +02:00
parent 652c60e546
commit 3f7410c1e3

View File

@@ -14,7 +14,20 @@ First, you will need libsodium:
sudo ldconfig sudo ldconfig
cd .. 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<cffi> python package.
Next, build pcp:
git clone git://github.com/tlinden/pcp.git git clone git://github.com/tlinden/pcp.git
cd pcp cd pcp