forked from imvu/libstatgrab
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
53 lines (34 loc) · 1.2 KB
/
README
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
libstatgrab README
http://www.i-scream.org/libstatgrab/
$Id: README,v 1.9 2004/03/09 12:24:40 tdb Exp $
Description
-----------
libstatgrab is a library for accessing information from the system
for statistical purposes. It could be used for software that monitors
the system for alerting or graphing purposes.
License
-------
The library part of libstatgrab is licensed under the GNU LGPL, but
the tools and examples are licensed under the GNU GPL.
Building and Installation
-------------------------
After downloading and extracting libstatgrab, configure and build as
follows;
./configure
make
Then install as root;
make install
There are, of course, the usual GNU-style configure options;
--prefix=PREFIX
For more documentation on the installation process, please read the
INSTALL document.
Platform Specific Notes
-----------------------
Please see the PLATFORMS file for supported platforms and specific
notes on using libstatgrab on those platforms.
Problems?
---------
Please let us know if you have any problems - [email protected].
If you find a bug, help us to fix it by sending details to
[email protected]. If you have a patch, please send it too.
Thank-you for using i-scream software.