1 |
libstatgrab README |
2 |
http://www.i-scream.org |
3 |
|
4 |
$Id: README,v 1.6 2003/11/10 21:07:04 tdb Exp $ |
5 |
|
6 |
Description |
7 |
----------- |
8 |
|
9 |
libstatgrab is a library for accessing information from the system |
10 |
for statistical purposes. It could be used for software that monitors |
11 |
the system for alerting or graphing purposes. |
12 |
|
13 |
License |
14 |
------- |
15 |
|
16 |
The library part of libstatgrab is licensed under the GNU LGPL, but |
17 |
the tools and examples are licensed under the GNU GPL. |
18 |
|
19 |
Building and Installation |
20 |
------------------------- |
21 |
|
22 |
After downloading and extracting libstatgrab, configure and build as |
23 |
follows; |
24 |
|
25 |
./configure |
26 |
make |
27 |
|
28 |
Then install as root; |
29 |
|
30 |
make install |
31 |
|
32 |
There are, of course, the usual GNU-style configure options; |
33 |
|
34 |
--prefix=PREFIX |
35 |
|
36 |
For more documentation on the installation process, please read the |
37 |
INSTALL document. |
38 |
|
39 |
Cygwin Notes |
40 |
------------ |
41 |
|
42 |
If you have installed libncurses-devel but the configure script can't |
43 |
find ncurses.h, you've most likely hit a bug in the cygwin package. To |
44 |
fix this run: /etc/postinstall/libncurses-devel.sh.done |
45 |
|
46 |
Problems? |
47 |
--------- |
48 |
|
49 |
Please let us know if you have any problems - support@i-scream.org. |
50 |
|
51 |
If you find a bug, help us to fix it by sending details to |
52 |
bugs@i-scream.org. If you have a patch, please send it too. |
53 |
|
54 |
Thank-you for using i-scream software. |