1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
|
To configure run:
./configure
Configure automatically searches for all required components and packages.
You might want to add the --prefix option to specify where MultiSync should reside.
To compile and install run:
make install
If you encounter problems, try running "./autogen.sh" first. This will
rebuild a lot of autoconf stuff.
NOTE: You will have to repeat the above procedure for each plugin you
want to build under the "plugins/" directory.
Requirements
============
MultiSync sync engine:
* Gnome (gnome1) libraries
* Bonobo
* ORBit
* libpthread
Evolution Plugin:
* Evolution >= 1.0
IrMC Sync Plugin:
* For Bluetooth:
* bluez-kernel >= 2.3
* bluez-libs >= 2.3
* bluez-sdp >= 1.0pre1
* For IRDA:
* irda-utils
* openobex 0.9.8 or >= 1.0.0
Remote Plugin:
* libcrypto (OpenSSL)
Backup Plugin:
* Only the sync engine requirements.
In most cases you also need the devel packages to get the header files.
|