EN
Installation Guide for Mac OS X
To get OpenSync installed under Mac OS X you must have the Apple Development Tools installed (either from CD or download from here). Additionally you will need some more libraries. The simplest way to install these is get fink.
After you installed fink you can run (as root):
apt-get install pkgconfig glib2 glib2-dev libxml2
The next thing you need is SQLite3. There doesnt seem to be a pre-compiled version but compiling it should not make any troubles:
After you downloaded sqlite3 you can do the following in the source directory:
./configure -prefix=/sw make make install
(The /sw prefix is so that it gets installed in the fink directory structure)
Now you can get and compile OpenSync. Compiling OpenSync for Mac OS X only works for version 0.17 or later or for the subversion code. After that you might want to get Multisync to get the command line tool and the plugins you need.
Mac OS X 10.4 "Tiger"
Unfortunatly I hadn't the abillity to test the install of OpenSync? on "Tiger" so far. But as Apple lists here they ship some new library versions with it. For example libxml2. Maybe it's now obsolete to install it via fink.
