pilot-mailsync install notes
jochen@pms.garcke.de

Basic Installation
==================
`cd' to the directory containing the package's source code and type

./configure
make
make install

Or
./configure --enable-jpilot
make
make jplugin_install (installs in .jpilot/plugins)

for the jpilot-plugin. See docs/config for info on the plugin. 
If the above doesn't work, check if there is executable libtool in the
pilot-mailsync directory, if so delete it, call "make clean", "make"
and "make jplugin_install"

Or
./configure --enable-gpilot
make 
make gplugin_install

for the gnome-conduit. See docs/config for info on the plugin.
If the above doesn't work, check the remark for the jpilot-plugin.

There is no man page at this time; however the docs directory contains
helpful documentation and examples.

Other configure Options are
--disable-utf8          disable utf8
  Use if the mail-source can't handle utf8 encoding. pilot-mailsync should
  complain about it if this is the case

--with-pilot-link=PATH  specify pilot-link location

--disable-ssl           disable SSL 
  At initial build time, you will be told if the SSLTYPE setting is in 
  compliance with IESG security requirements, and if it is not you will 
  be asked to confirm to continue the build.
--with-openssl=PATH     specify OpenSSL location


Installation from CVS
=====================
You must run 
	aclocal, 
	libtoolize (actually only needed for the jpilot-plugin) and 
	autoconf, this generates configure, 
also run 
	get_client.sh to get the most current c-client and 
delete the other imap-* directories. 

Finally proceed as above


MacOSX notes
============
configure works as long as one has the fink version of
pilot-link installed and runs './configure --with-pilot-link=/sw'

Make the connection to the palm using the USB-TCP bridge 
(http://sourceforge.net/projects/osx-palm-tools/) and set 'device=net:localhost' 
which make the pilot-link libraries try to connect to local port 14238.
