ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/libstatgrab/README.CVS
Revision: 1.4
Committed: Sat Oct 4 17:07:54 2003 UTC (20 years, 6 months ago) by tdb
Branch: MAIN
CVS Tags: LIBSTATGRAB_0_8, LIBSTATGRAB_0_7, LIBSTATGRAB_0_6_1, LIBSTATGRAB_0_6
Changes since 1.3: +2 -6 lines
Log Message:
Add autogen.sh, a script to run automake/autoconf/etc. This is used
to build the build system when the package is checked out of CVS.

Updated README.CVS files accordingly.

File Contents

# Content
1 libstatgrab CVS README
2 http://www.i-scream.org
3
4 $Id: README.CVS,v 1.3 2003/05/20 13:57:47 tdb Exp $
5
6 Starting from CVS there are a few things that need to be done before
7 the normal build procedure. These require autoconf, automake, and
8 libtool to be installed.
9
10 Then run the following;
11
12 ./autogen.sh
13
14 After this the normal build procedure in the README file can be
15 followed.