Installation
============

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

* a C compiler that conforms to C99
* a UNIX-style shell (for configure)

Installation procedure
----------------------

onesav uses GNU autotools and can thus be installed with the familiar sequence
of commands:

    $ ./configure
    $ make
    # make install

Note that users of RPM-based distributions can just use:

    $ rpmbuild -ta onesav-*.tar.gz
    # rpm -i onesav-*.rpm

