Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 556 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 556 Bytes

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