
This is the top-level directory of the IPP software.  here are a few
notes for installing IPP software in the correct order.  A few things
to keep in mind:

* three directories checked out here from CVS are mirrored from
external sources.  DO NOT try to commit changes into those branches as
your commits will be lost when the repository is updated.  The
directories to watch out for are: Ohana, psLib, psModules

* the current (Jan 2006) tested versions of software depend on
specific tagged branches for certain components.  if you have checked
this tree out of CVS, you will have to update those modules to their
branch tags.  the following commands will bring you up to date with
those versions:

cvs up -r eam_rel9_p0 psModules
cvs up -r eam_rel9_b1 psLib

required sequence:

 psLib
 psModules
 glueforge
 metadatadb
 ippTools/p2tools

 

--

** required PERL modules:

Carp
Template
Statistics::Descriptive
Params::Validate
Parse::RecDescent
DateTime::Format::ISO8601
Class::Accessor::Fast

perl -MCPAN -e 'install MODULE'

http://search.cpan.org/
