servload installation
=====================

Requirements
------------

A C-compiler (for example GCC), OpenSSL (http://www.openssl.org/) and Make is 
needed to build servload. Supported platforms are Linux, Mac OS X and OpenBSD.

Installation from source
------------------------

Extract and compile servload:

# tar xzf servload-n.n.tar.gz
# cd servload/
# make

Compile and run tests without installation:

# make test

Install servload:

# make install
