ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/libstatgrab/README
Revision: 1.6
Committed: Mon Nov 10 21:07:04 2003 UTC (20 years, 5 months ago) by tdb
Branch: MAIN
CVS Tags: LIBSTATGRAB_0_8
Changes since 1.5: +8 -1 lines
Log Message:
Add support for cygwin. This is a bit limited, there's a few things that
can't be retrieved on cygwin such as load averages, diskio, network io,
and process stats. The package compiles and runs, and both saidar and
statgrab work.

Taken from a patch submitted by Ron Arts <raarts@netland.nl>. Thanks Ron!

File Contents

# Content
1 libstatgrab README
2 http://www.i-scream.org
3
4 $Id: README,v 1.5 2003/09/09 10:55: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 Building and Installation
14 -------------------------
15
16 After downloading and extracting libstatgrab, configure and build as
17 follows;
18
19 ./configure
20 make
21
22 Then install as root;
23
24 make install
25
26 There are, of course, the usual GNU-style configure options;
27
28 --prefix=PREFIX
29
30 For more documentation on the installation process, please read the
31 INSTALL document.
32
33 Cygwin Notes
34 ------------
35
36 If you have installed libncurses-devel but the configure script can't
37 find ncurses.h, you've most likely hit a bug in the cygwin package. To
38 fix this run: /etc/postinstall/libncurses-devel.sh.done
39
40 Problems?
41 ---------
42
43 Please let us know if you have any problems - support@i-scream.org.
44
45 If you find a bug, help us to fix it by sending details to
46 bugs@i-scream.org. If you have a patch, please send it too.
47
48 Thank-you for using i-scream software.