Added information to README

This commit is contained in:
Hauke Zühl 2016-09-13 15:16:24 +02:00
parent f8a1631fc4
commit b3de053099

View File

@ -10,6 +10,14 @@ To compile, you just need a C++-Compiler and CMake and some libraries:
and - of course - their dependencies.
To compile and install the lib:
* mkdir build
* cd build/
* cmake ../
* make
* sudo make install
* sudo ldconfig
To use the library, you need:
* libcurlpp
* libjsoncpp