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

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