ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/ihost/README
(Generate patch)

Comparing projects/cms/source/ihost/README (file contents):
Revision 1.3 by tdb, Mon Mar 3 14:28:54 2003 UTC vs.
Revision 1.4 by tdb, Sat Mar 29 18:05:07 2003 UTC

# Line 14 | Line 14 | library for collecting this information.
14   Building and Installation
15   -------------------------
16  
17 + First download and install libstatgrab and libukcprog. These two
18 + libraries are used by ihost, and other i-scream packages. They should
19 + be available from the same place as ihost.
20 +
21   After downloading and extracting ihost, configure and build as follows;
22  
23   ./configure
# Line 27 | Line 31 | You may wish to use one of the following configure opt
31   aspects of this process;
32  
33    --with-libstatgrab-prefix=PATH
34 +  --with-libukcprog-prefix=PATH
35    --with-pid-file=FILE
36    --with-log-file=FILE
37    --with-max-udp-size=SIZE
38  
39 < The first allows you to specify the prefix to the libstatgrab library
40 < if it's not in a standard place. The next two give you the option of
41 < changing the location of the PID file, and changing the location of the
42 < log file. The last option allows you to change the maximum size of the
43 < UDP packets ihost sends to the server, although you shouldn't need to
44 < change this in normal circumstances.
39 > The first two allow you to specify the prefix to the libstatgrab and
40 > libukcprog libraries if they're not in a standard place. The next two
41 > give you the option of changing the location of the PID file, and
42 > changing the location of the log file. The last option allows you to
43 > change the maximum size of the UDP packets ihost sends to the server,
44 > although you shouldn't need to change this in normal circumstances.
45  
46   There are, of course, the usual GNU-style configure options;
47  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines