imapsync/INSTALL
Nick Bebout 7876dbe7a4 1.7
2011-03-12 02:40:59 +00:00

46 lines
830 B
Plaintext

# $Id: INSTALL,v 1.2 2003/03/15 03:41:31 gilles Exp gilles $
#
# INSTALL file for ftpsync
GETTING
-------
http://www.linux-france.org/prj/imapsync/dist/
PREREQUISITES
-------------
You need :
- Perl
try : perl -v
- Mail::IMAPClient module
try : perl -mMail::IMAPClient -e ''
TESTING
-------
You need a running imap server on localhost with two accounts
toto@est.belle with a password located in the file /var/tmp/secret1
titi@est.belle with a password located in the file /var/tmp/secret2
Of course, you can change the file tests.sh and run the tests with :
sh tests.sh
The tests.sh script break on first failure ("set -e" directive).
INSTALLING
----------
To see what will be done, just run:
make -n install
To install imapsync, just run:
make install
or copy the file imapsync where you want it to be.