--- projects/cms/source/idar/README 2003/03/29 19:27:36 1.1 +++ projects/cms/source/idar/README 2003/04/02 19:03:44 1.2 @@ -1,7 +1,7 @@ i-scream central monitoring system - idar README http://www.i-scream.org.uk -$Id: README,v 1.1 2003/03/29 19:27:36 tdb Exp $ +$Id: README,v 1.2 2003/04/02 19:03:44 tdb Exp $ Description ----------- @@ -11,11 +11,12 @@ idar is an i-scream client. Building and Installation ------------------------- -First download and install libxml2 and libukcprog. These two libraries -are used by idar, and other i-scream packages. They should be available -from the same place as idar. +First download and install libxml2 and libukcprog. libxml2 is available +from www.xmlsoft.org. libukcprog should be available from the same +place as idar. curses/ncurses is also required, but should be standard +on most systems. -After downloading and extracting ihost, configure and build as follows; +After downloading and extracting idar, configure and build as follows; ./configure make @@ -28,9 +29,13 @@ You may wish to use one of the following configure opt aspects of this process; --with-libukcprog-prefix=PATH + --with-curses-prefix=PATH + --with-xml-prefix=PFX + --with-ncurses -These allows you to specify the prefix to libstatgrab if it's not in -the standard place. +The first three should be used if any of the required libraries are +installed in non-standard locations. The last one insists on ncurses +(curses is used by default). There are, of course, the usual GNU-style configure options;