Xcis - innstalation instructions.

Requirements.

- X11 libraries
- Lesstif
- Microline Widgets Library
  MWL is distributed as part of older (mozilla-19981008.tar.gz) mozilla source
  tree. Stripped MWL library can be also downloaded from CIS home site.
- Plot widgets library
  http://www-pat.fnal.gov/nirvana/plot_wid.html
  
Compiling the package

- change the paths to the libraries in Imakefile
- xmkmf
- make

Running xcis

xcis invoked without parameters will try to connect to CIS server on the same
host and get the host table. Available command line options are:

xcis -i interval -c config_file -r reliability -s CIS_server
     -p performance_type

	-i interval
        	change the interval between two measurements

        -r reliability
        	only hosts with at least given reliability will be displayed

        -s CIS_server
        	connect to specified CIS server. Xcis will get the host table
                from CIS server.

        -p performance_type
        	CIS server has performance table for each host that contains
                maximal performance measured by multiple benchmarks. With this
                option you can select what performance type you want to
                display.

        -c config_file
        	set configuration file. Syntax of configuration file of xcis is
                described in the sample file Xcisrc.
