SnapRAID INSTALL
================

As root or user type:

    ./configure
    make

When you have to check for correctness the application typing:

    make check

If it terminates with "Success", you can install the application and
the documentation running as root:

    sudo make install

To start using SnapRAID you have to change the example configuration
file snapraid.conf.example to fit your needs and copy it in /etc/snapraid.conf

To get more help, see the "Getting Started" section in the snapraid manpage
typing:

    man snapraid

