ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/idar/README
Revision: 1.1
Committed: Sat Mar 29 19:27:36 2003 UTC (21 years, 2 months ago) by tdb
Branch: MAIN
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

# Content
1 i-scream central monitoring system - idar README
2 http://www.i-scream.org.uk
3
4 $Id$
5
6 Description
7 -----------
8
9 idar is an i-scream client.
10
11 Building and Installation
12 -------------------------
13
14 First download and install libxml2 and libukcprog. These two libraries
15 are used by idar, and other i-scream packages. They should be available
16 from the same place as idar.
17
18 After downloading and extracting ihost, configure and build as follows;
19
20 ./configure
21 make
22
23 Then install as root;
24
25 make install
26
27 You may wish to use one of the following configure options to change
28 aspects of this process;
29
30 --with-libukcprog-prefix=PATH
31
32 These allows you to specify the prefix to libstatgrab if it's not in
33 the standard place.
34
35 There are, of course, the usual GNU-style configure options;
36
37 --prefix=PREFIX
38
39 For more documentation on the installation process, please read the
40 INSTALL document.
41
42 Running idar
43 ------------
44
45 Running idar with the -h flag will provide a list of options. You will
46 need to know the address and port number of your i-scream server.
47 These details should be given on the command line to idar.
48
49 Problems?
50 ---------
51
52 Please send all questions, problems, and bugs to dev@i-scream.org.uk. We
53 will do our best to help.
54
55 Thank-you for using i-scream software.