File: README.md

package info (click to toggle)
liblightify 0~git20160911-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 476 kB
  • ctags: 561
  • sloc: ansic: 2,667; sh: 445; cpp: 429; makefile: 115
file content (22 lines) | stat: -rw-r--r-- 687 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# liblightify
Library to control OSRAM Lightify

## Building

The libary uses autotools. To build it use

./autogen.sh && ./configure && make

## Dependencies

The doxygen integration into autoconf needs a recent ax_prog_doxygen.m4.
The required changes have been commited to the autoconf-archive 2015-11-23,
so any autoconf-archive beyond this should work.
See https://www.gnu.org/software/autoconf-archive/ax_prog_doxygen.html

The testsuite needs "check"  -- check.sourceforge.net

## Usage

In src/tools are two small examples how to use the library. This should get you started.
Look at the header liblightify.h and liblightify++.h for the API, there is some doxygen documentation.