ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/libstatgrab/README
Revision: 1.1
Committed: Tue Feb 18 22:01:48 2003 UTC (21 years, 2 months ago) by tdb
Branch: MAIN
Log Message:
Autoconf/Automake setup. README.CVS details how to "get started" from
a CVS checked out copy. Then it's just the usual configure and make,
as described in the README file.

File Contents

# Content
1 libstatgrab README
2 http://www.i-scream.org.uk
3
4 $Id$
5
6 Building and Installation
7 -------------------------
8
9 After downloading and extracting libstatgrab, configure and build as
10 follows;
11
12 ./configure
13 make
14
15 Then install as root;
16
17 make install
18
19 There are, of course, the usual GNU-style configure options;
20
21 --prefix=PREFIX
22
23 For more documentation on the installation process, please read the
24 INSTALL document.
25
26 Problems?
27 ---------
28
29 Please send all questions, problems, and bugs to dev@i-scream.org.uk. We
30 will do our best to help.
31
32 Thank-you for using i-scream software.