1 |
|
i-scream central monitoring system - idar README |
2 |
< |
http://www.i-scream.org.uk |
2 |
> |
http://www.i-scream.org |
3 |
|
|
4 |
|
$Id$ |
5 |
|
|
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. |
14 |
> |
First download and install libxml2 and libukcprog. libxml2 is available |
15 |
> |
from www.xmlsoft.org. libukcprog should be available from the same |
16 |
> |
place as idar. curses/ncurses is also required, but should be standard |
17 |
> |
on most systems. |
18 |
|
|
19 |
< |
After downloading and extracting ihost, configure and build as follows; |
19 |
> |
After downloading and extracting idar, configure and build as follows; |
20 |
|
|
21 |
|
./configure |
22 |
|
make |
29 |
|
aspects of this process; |
30 |
|
|
31 |
|
--with-libukcprog-prefix=PATH |
32 |
+ |
--with-curses-prefix=PATH |
33 |
+ |
--with-xml-prefix=PFX |
34 |
+ |
--with-ncurses |
35 |
|
|
36 |
< |
These allows you to specify the prefix to libstatgrab if it's not in |
37 |
< |
the standard place. |
36 |
> |
The first three should be used if any of the required libraries are |
37 |
> |
installed in non-standard locations. The last one insists on ncurses |
38 |
> |
(curses is used by default). |
39 |
|
|
40 |
|
There are, of course, the usual GNU-style configure options; |
41 |
|
|
54 |
|
Problems? |
55 |
|
--------- |
56 |
|
|
57 |
< |
Please send all questions, problems, and bugs to dev@i-scream.org.uk. We |
58 |
< |
will do our best to help. |
57 |
> |
Please let us know if you have any problems - support@i-scream.org. |
58 |
> |
|
59 |
> |
If you find a bug, help us to fix it by sending details to |
60 |
> |
bugs@i-scream.org. If you have a patch, please send it too. |
61 |
|
|
62 |
|
Thank-you for using i-scream software. |