|
Download
Dependencies
libEtPan!
- mail access library
The following dependencies are external programs calls.
>>
sendmail
(sendmail command, must accept parameter -t)
This will use _PATH_SENDMAIL in /usr/include/paths.h or
"/usr/sbin/sendmail" if this #define does not exist.
This program is currently necessary to send mails.
However, mails can be sent without external program.
>>
bogofilter
(bogofilter command, must be in search PATH for program)
This is necessary if you use the SPAM management.
>>
GnuPG
(pgp command, must be in search PATH for program)
This is necessary if you want to encrypt or sign, verify, decrypt
messages with OpenPGP.
>>
OpenSSL
(openssl command, must be in search PATH for program)
This is necessary if you want to encrypt or sign, verify, decrypt
messages with S/MIME.
>>
vi
(vi command, must be in search PATH for program)
The link is on vim but you can use any implementation of vim.
Editor is customizable but if you specify none, vi is used.
Location and instructions
>>
Release :
etPan !
$ tar xzvf etpan-ng-x.xx.tar.gz # to decompress the package
here, apply the needed patch.
$ cd etpan-ng-x.xx
$ ./configure --help # to get options of configure
$ ./configure # you can specify your own options
$ make # to compile the package
# make install
# logout
CVS
>>
sourceforge information
CVS Access
cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/libetpan login
password is empty.
cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/libetpan co libetpan
Dependencies
In addition of the package needed for users, you will need the following
packages.
>>
autoconf
(tested with Autoconf version 2.13)
>>
automake
(tested with GNU automake 1.4-p4)
>>
libtool
(tested GNU libtool 1.4.2a)
Browse the CVS
>> Web CVS :
browse in the source code
DINH V. Hoà - Sat Jul 7 16:37:33 2007
|