File: README

package info (click to toggle)
libacpi 0.2-7
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 1,120 kB
  • sloc: ansic: 870; makefile: 83; sh: 19
file content (55 lines) | stat: -rw-r--r-- 1,439 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
README for libacpi - a general purpose ACPI library
===================================================

Introduction:
=============
libacpi is a general purpose shared library for programs gathering
ACPI data like battery status, thermal zones, fans and ac status.

Downloading:
============
You can download the latest version of libacpi from the following website:
http://www.ngolde.de/libacpi.html

Alternatively you can check out the latest version from the libacpi
mercurial repository using:
hg clone http://hg.modprobe.de/libacpi/

Dependencies:
=============
None apart from libc development files and a C compiler.

Installation:
=============
Compiling and installing libacpi is as simple as:
$ make
As root:
$ make install

You may want to modify config.mk

After installing, link your source files with -lacpi

Documentation:
==============
See http://www.ngolde.de/libacpi.html, doc/, man 3 libacpi and
test-libacpi.c

Programs using libacpi:
=======================
xbattbar-acpi (>=0.3): http://www.senzanome.org/xbattbar-acpi/
acpitail: http://www.vanheusden.com/acpitail/

If you want to see your program listed here please see "Contact" and write
me a mail.

Contact:
========
Nico Golde <nico@ngolde.de>
Donations are always welcome since I can't test every feature with my
notebook (Asus m6800nb).

License:
========
libacpi is licensed under the terms of the MIT/X Consortium license, see
LICENSE for further details