========================
COMPILING AND INSTALLING
========================

Uptimec is easy to compile and install on your system, and it doesn't require
any additional software-packages to be installed.


COMPILING
=========

Compiling uptimec requires two simple steps; configuring the software for
your system, and the compilation itself.

First, to configure uptimec, run the following command:

./configure

This script will configure uptimec to work with the features availible
in your operating environment. After the configure-script has done it's
work, you should be able to compile uptimec. Compiling is done using
the following command:

make

This will build a binary, in the current directory, named 'uptimec'.


INSTALLATION
============

To install uptimec, simply run:

make install

This will install the uptimec-binary in /usr/local/bin/
