ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/libstatgrab/README
Revision: 1.2
Committed: Mon Mar 3 14:29:13 2003 UTC (21 years, 1 month ago) by tdb
Branch: MAIN
CVS Tags: LIBSTATGRAB_0_4, LIBSTATGRAB_0_3_4, LIBSTATGRAB_0_3_3, LIBSTATGRAB_0_3_2, LIBSTATGRAB_0_3_1, LIBSTATGRAB_0_3, LIBSTATGRAB_0_2
Changes since 1.1: +8 -1 lines
Log Message:
Update NEWS and README files. We now have version 0.2 of libstatgrab!

File Contents

# User Rev Content
1 tdb 1.1 libstatgrab README
2     http://www.i-scream.org.uk
3    
4 tdb 1.2 $Id: README,v 1.1 2003/02/18 22:01:48 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 tdb 1.1
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 send all questions, problems, and bugs to dev@i-scream.org.uk. We
37     will do our best to help.
38    
39     Thank-you for using i-scream software.