PICALib Instalation
===================

$Id: INSTALL,v 1.3 2002/06/22 18:33:31 cvs Exp $

Miguel Armas <kuko@optyma.net>

1. First of all, make sure you have the latest version of PICA
   <http://pica.sf.net>
   NOTE: You will need PICA 0.3.8 or later
   
2. Unpack the tarball somewhere

3. Decide where to install PICALib. PICALib uses two directories:
   LIBDIR  : directory for code and files that shoudn't be modified
             by normal users 
   CONFDIR : directory for configuration files that must be adapted by
             the user
   Let's assume we want to install in:
   LIBDIR  : /usr/lib/picalib
   CONFDIR : /var/lib/pica/src/picalib

4. Install PICALib:
   LIBDIR=/usr/lib/picalib CONFDIR=/var/lib/pica/src/picalib ./install

5. Define PICALib variables in your hosts.conf (see sample etc/hosts.conf)
   
6. Include de PICALib modules you want to use in your objects.conf (see
   sample /etc/objects.conf). Read the module's documantation to see how to
   use them
   
7. Include your hosts in the PICALib modules' hostgroups

8. That's it!
