INSTALLING FROM SVN
===================
Should you want to hack on svn, and got access to the svn repository, you can
checkout the source with a 

  svn co https://debian.semistable.com/svn/librcps librcps

then change to the directory and init the autotools chain:

  aclocal
  libtoolize
  autoheader
  automake --add-missing
  autoconf

and from there on you can build and install like anyone who just got the 
tarball.

INSTALLING FROM SOURCE (UNIX)
=============================
If you have a tarball, the usual way to install is 

  ./configure
  make 
  make install

The latter being executed as root. You can get a list of options by executing
"./configure --help"
