ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/libstatgrab/README
Revision: 1.9
Committed: Tue Mar 9 12:24:40 2004 UTC (20 years, 1 month ago) by tdb
Branch: MAIN
CVS Tags: LIBSTATGRAB_0_17, LIBSTATGRAB_0_16, LIBSTATGRAB_0_15, LIBSTATGRAB_0_14, LIBSTATGRAB_0_13, LIBSTATGRAB_0_12, LIBSTATGRAB_0_11_1, LIBSTATGRAB_0_11, LIBSTATGRAB_0_10_3, LIBSTATGRAB_0_10_2, LIBSTATGRAB_0_10_1, LIBSTATGRAB_0_10, LIBSTATGRAB_0_9, HEAD
Changes since 1.8: +5 -6 lines
Log Message:
Add platform specific notes (particularly on required privileges) to
the PLATFORMS file.

File Contents

# User Rev Content
1 tdb 1.1 libstatgrab README
2 tdb 1.8 http://www.i-scream.org/libstatgrab/
3 tdb 1.1
4 tdb 1.9 $Id: README,v 1.8 2004/01/19 16:49:17 tdb Exp $
5 tdb 1.2
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.7
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 tdb 1.1
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 tdb 1.6
39 tdb 1.9 Platform Specific Notes
40     -----------------------
41 tdb 1.6
42 tdb 1.9 Please see the PLATFORMS file for supported platforms and specific
43     notes on using libstatgrab on those platforms.
44 tdb 1.1
45     Problems?
46     ---------
47    
48 tdb 1.4 Please let us know if you have any problems - support@i-scream.org.
49    
50     If you find a bug, help us to fix it by sending details to
51 tdb 1.5 bugs@i-scream.org. If you have a patch, please send it too.
52 tdb 1.1
53     Thank-you for using i-scream software.