ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/idar/README.CVS
Revision: 1.1
Committed: Sat Mar 29 19:27:36 2003 UTC (21 years, 1 month ago) by tdb
Branch: MAIN
CVS Tags: IDAR_1_1, IDAR_1_0
Log Message:
Initial stab at the autoconf/automake stuff for idar. Not sure it's
perfect, I've done a lot of this sort of stuff today ;)

File Contents

# User Rev Content
1 tdb 1.1 i-scream central monitoring system - idar CVS README
2     http://www.i-scream.org.uk
3    
4     $Id$
5    
6     Starting from CVS there are a few things that need to be done before
7     the normal build procedure. These require autoconf and automake to
8     be installed.
9    
10     Then run the following;
11    
12     aclocal
13     autoheader
14     autoconf
15     automake -a -c
16    
17     After this the normal build procedure in the README file can be
18     followed.