re-generated

This commit is contained in:
Thomas von Dein
2016-10-26 06:53:42 +02:00
parent b999baf858
commit 652c60e546
6 changed files with 1003 additions and 909 deletions

15
README
View File

@@ -111,7 +111,20 @@ INSTALLATION
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 cffi python
package.
Next, build pcp:
git clone git://github.com/tlinden/pcp.git
cd pcp