
Currently libsysactivity supports the following operating systems:
	* Linux 2.6
	* FreeBSD
	* NetBSD
	* OpenBSD
	* Solaris/OpenSolaris.

======= Compile =======
To build it use the following commands:

cd build
cmake .. # You can specify the following parameters:
         # -DCMAKE_BUILD_TYPE=release or -DCMAKE_BUILD_TYPE=debug
         # -DCMAKE_INSTALL_PREFIX=/some/absolute/path
make
make install # You will need root privileges for this step
