Revision: | 1.1 |
Committed: | Mon Feb 3 19:56:37 2003 UTC (21 years, 9 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. |
# | Content |
---|---|
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. |