ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/libstatgrab/README
Revision: 1.5
Committed: Tue Sep 9 10:55:04 2003 UTC (20 years, 7 months ago) by tdb
Branch: MAIN
CVS Tags: LIBSTATGRAB_0_7, LIBSTATGRAB_0_6_1, LIBSTATGRAB_0_6, LIBSTATGRAB_0_5_1
Changes since 1.4: +2 -2 lines
Log Message:
Update NEWS with latest changes.
Change bug report address in README file.
Update AUTHORS to include Adam as the statgrab author.
Now ready for the 0.5.1 release.

File Contents

# Content
1 libstatgrab README
2 http://www.i-scream.org
3
4 $Id: README,v 1.4 2003/08/24 20:24:08 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 Problems?
34 ---------
35
36 Please let us know if you have any problems - support@i-scream.org.
37
38 If you find a bug, help us to fix it by sending details to
39 bugs@i-scream.org. If you have a patch, please send it too.
40
41 Thank-you for using i-scream software.