ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/ihost/README.CVS
Revision: 1.1
Committed: Mon Feb 3 19:56:37 2003 UTC (21 years, 3 months ago) by tdb
Branch: MAIN
CVS Tags: IHOST_1_5_5, IHOST_1_5_4, IHOST_1_5_3, IHOST_1_5_2, IHOST_1_5_1, IHOST_1_5
Log Message:
New README file to describe how to build ihost when starting from CVS,
rather than from a already packaged distribution.

File Contents

# User Rev Content
1 tdb 1.1 i-scream central monitoring system - ihost 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.