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

To build and install SnapRAID you need to download the source
code from http://www.snapraid.it and unpack it with:

    tar xf snapraid-*.tar.gz
    cd snapraid-*

To configure and build run:

    ./configure
    make

To check for correctness of the application run:

    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