Install TIB/Rendezvous first.  See README.

To install Tib::Rv:

One of: TIB_HOME, TIB_RV_HOME, or TIBRV_DIR must be set.
TIB_HOME must be your base Tibco directory, and it must contain "tibrv"; or:
TIB_RV_HOME or TIBRV_DIR must be your Rendezvous installation directory.  It
must contain "lib" and "include".

For instance, execute this command:

   $ export TIB_HOME=/usr/tibco

Then, execute the following commands (use the proper version instead of "x.xx"):

   $ tar xvzf Tib-Rv-x.xx.tar.gz
   $ cd Tib-Rv-x.xx
   $ perl Makefile.PL
   $ make
   $ make test
   $ make install
