Contents of /projects/libstatgrab/README
Parent Directory
|
Revision Log
|
Revision Graph
Revision 1.9 -
(show annotations)
Tue Mar 9 12:24:40 2004 UTC (6 years, 6 months ago) by tdb
Branch: MAIN
CVS Tags: LIBSTATGRAB_0_9, LIBSTATGRAB_0_11_1, LIBSTATGRAB_0_10_3, LIBSTATGRAB_0_10_2, LIBSTATGRAB_0_10_1, LIBSTATGRAB_0_14, LIBSTATGRAB_0_15, LIBSTATGRAB_0_16, LIBSTATGRAB_0_17, LIBSTATGRAB_0_10, LIBSTATGRAB_0_11, LIBSTATGRAB_0_12, LIBSTATGRAB_0_13, HEAD
Changes since 1.8: +5 -6 lines
Tue Mar 9 12:24:40 2004 UTC (6 years, 6 months ago) by tdb
Branch: MAIN
CVS Tags: LIBSTATGRAB_0_9, LIBSTATGRAB_0_11_1, LIBSTATGRAB_0_10_3, LIBSTATGRAB_0_10_2, LIBSTATGRAB_0_10_1, LIBSTATGRAB_0_14, LIBSTATGRAB_0_15, LIBSTATGRAB_0_16, LIBSTATGRAB_0_17, LIBSTATGRAB_0_10, LIBSTATGRAB_0_11, LIBSTATGRAB_0_12, LIBSTATGRAB_0_13, HEAD
Changes since 1.8: +5 -6 lines
Add platform specific notes (particularly on required privileges) to the PLATFORMS file.
| 1 | libstatgrab README |
| 2 | http://www.i-scream.org/libstatgrab/ |
| 3 | |
| 4 | $Id: README,v 1.9 2004/03/09 12:24:40 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 | Platform Specific Notes |
| 40 | ----------------------- |
| 41 | |
| 42 | Please see the PLATFORMS file for supported platforms and specific |
| 43 | notes on using libstatgrab on those platforms. |
| 44 | |
| 45 | Problems? |
| 46 | --------- |
| 47 | |
| 48 | 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 | bugs@i-scream.org. If you have a patch, please send it too. |
| 52 | |
| 53 | Thank-you for using i-scream software. |
| support@i-scream.org | ViewVC Help |
| Powered by ViewVC 1.1.6 |