Installation Instructions
-------------------------

Once the source tarball has been untarred move to its top
level directory and issue these commands: 

    ./autogen.sh
    ./configure
    make
    make install (you may need to be root to do this)


If configure.ac, Makefile.am or src/Makefile.am have changed
then ./autogen.sh should be run prior to the above sequence.

To build a linux debian "deb" (binary) package, first untar the tarball,
then change directory to the top level within the sdparm source. Then:
 # chmod +x debian/rules
 # dpkg-buildpackage -b -rfakeroot
A script file called build_debian.sh in the main directory contains
these lines. The binary deb packages will be placed in the parent
directory (of the sdparm source directory) if all goes well.

25th July 2008
Eduardo Rocha
