Installation ============ libsyncml is using as "build environment" CMake (http://www.cmake.org) Required packages: * glib2 - http://www.gtk.org * libxml2 - http://xmlsoft.org Optional but recommended: * wbxml2 - http://libwbxml.opensync.org * libsoup (for HTTP transport) - http://live.gnome.org/LibSoup * libopenobex (for OBEX transport) - http://www.bluez.org/openobex-14/ Optional: * libcheck (for Unittests) - http://check.sourceforge.net We only support/test "out of source builds", which means you have to create a separated build directory. Example: Use CMake build system =============================== mkdir build cd build cmake -DCMAKE_INSTALL_PREFIX=$prefix /path/to/libsyncml/source/ make make test (runs the testsuite if libcheck is installed) make install