You have the following options to get libsyncml:

  • Download the source tarballs
  • Check out directly from subversion
  • RPM packages can be build by using rpmbuild -ta on the tarball

Source Tarballs


Public Repository

To get the latest version from our Subversion repository do:

svn co http://svn.opensync.org/libsyncml/trunk libsyncml

Build instruction for SVN snapshots:

autoreconf -sfi
./configure --prefix=/your/prefix/
make
make install

Attachments