maximus5684 / lcdapi

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:GNU Lesser General Public License v2.1


Languages

Language:C++ 97.0%Language:C 3.0%