Skip to content

spdawson/lcdapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/

Resources

License

LGPL-2.1, GPL-2.0 licenses found

Licenses found

LGPL-2.1
COPYING.LESSER
GPL-2.0
COPYING

Stars

Watchers

Forks

Packages

No packages published