ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/ihost/README.CVS
Revision: 1.2
Committed: Tue May 20 13:57:47 2003 UTC (21 years ago) by tdb
Branch: MAIN
CVS Tags: IHOST_1_5_6
Changes since 1.1: +2 -2 lines
Log Message:
Change i-scream.org.uk to i-scream.org.

File Contents

# Content
1 i-scream central monitoring system - ihost CVS README
2 http://www.i-scream.org
3
4 $Id: README.CVS,v 1.1 2003/02/03 19:56:37 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 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.