Requirements for compilation:
=============================
The following packages should be already installed for the compilation to work.
1. libconfuse 2.2
2. automake 1.9.2 (lower versions might work)
3. autoconf 2.59 (lower versions might work)

Other packages that might be needed for compilation will be indicated by the
autogen script.

Compiling the program:
======================
To compile the program run the following commands from the scmon/ directory.
1. ./autogen.sh
2. make

Running the program:
====================
1. cd src
2. ./scmon

The required example config file and some sample data are already present in
the src/ directory.
