Flan Local-Access Notifier Installation
http://www.ocelot.cascaded.org/~anton/flan.html
===============================================

= Building Flan =

First, run:

    ./configure

Run --configure --help to see all available options.  For example, to
set PREFIX to a different location than /usr/local, you can set it
like so:

    ./configure --prefix=/path/to/prefix

If configure runs without errors, then run:

    make
    make install

If your prefix is set to a location where your user does not have
write permissions (such as the default location for most people): you
may either switch to root or run

    sudo make install


= Running Flan =

Once you've done the above, you can simply run:

    flan

If you want to use a different location for the config file other than
/etc/flan.cfg, you will instead run:

    flan /path/to/config

The config file can be named anything.
