/lcdapi

C++ API for lcdproc clients, original project at http://www.c-sait.net/lcdapi/

Primary LanguageC++GNU Lesser General Public License v2.1LGPL-2.1

lcdapi

Synopsis

C++ API for lcdproc clients, original project at http://www.c-sait.net/lcdapi/

Now at https://github.com/spdawson/lcdapi

Requirements

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.

Getting started

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