$Id: INSTALL,v 1.3 2003/07/17 08:12:47 incoming Exp $

MSNre version 0.91 Installation
===============================

1. Prerequisities:
------------------

  * Unix system (tested with FreeBSD 4.6 and Linux 2.4.20)
  * Perl version 5.6 or later.

  You *need* the following perl modules for MSNre to work:

    * Digest::MD5
    * Curses
    * POE
    * Encode (a part of perl distribution since 5.8.0)

  The following perl modules are optional:

    * Time::HiRes (for high time resolution in file transfer)
    
    They can all be downloaded from CPAN sites

2. Installation:
----------------

To install MSNre extract the archive (tar xvfz msnre-0.91.tar.gz) and do
the following:

  perl Makefile.PL
  make
  make test
  su -c 'make install'

If the installation was successful, type 'msnre' and it should work properly.

