C++ API for lcdproc clients, original project at http://www.c-sait.net/lcdapi/
Now at https://github.com/spdawson/lcdapi
This software requires the following packages:
- pthread library
- socket library
- graphviz
- doxygen
If doxygen or graphviz are not installed, the documentation will not be generated and building may fail.
Assuming that the latest version is X.Y
:
tar xaf lcdapi-X.Y.tar.gz
cd lcdapi-X.Y
libtoolize --force
autoreconf -i
./configure
make
sudo make install