This software is required for a synchronization to work.
Prerequisites
Note: This prerequisite list assumes the previous Subversion prerequisites are installed.
Debian or Ubuntu
sudo apt-get install libmimedir-dev libxml2-dev automake1.9 python-setuptools libexpat1-dev libpopt-dev zlib1g-dev libtool python-libxslt1
Installation
First, using your Subversion client, check the required modules out of the repository:
$ svn checkout http://synce.svn.sourceforge.net/svnroot/synce/trunk/librra $ svn checkout http://synce.svn.sourceforge.net/svnroot/synce/trunk/librtfcomp $ svn checkout http://synce.svn.sourceforge.net/svnroot/synce/trunk/sync-engine
Next, install each one:
$ cd librra/ $ ./autogen.sh $ make $ sudo make install $ cd ..
$ cd librtfcomp/ $ ./autogen.sh $ make $ sudo make install $ cd ..
$ cd sync-engine/ $ python setup.py build $ sudo python setup.py install $ sudo synce-install-plugins.py $ cd ..
Finished
SynCE's synchronization tools are now installed. You can now progress onto the next step of the SynceInstallation.
