Difference between revisions of "Opensync"

From CBLFS
Jump to navigationJump to search
Line 42: Line 42:
  
 
=== 64Bit ===
 
=== 64Bit ===
 +
 +
[[Category:General Utilities]]

Revision as of 15:01, 19 March 2009

Download Source: http://www.opensync.org/download/releases/0.37/libopensync-0.37.tar.bz2

Introduction to Opensync

OpenSync is a synchronization framework that is platform and distribution independent. It consists of a powerful sync-engine and several plugins that can be used to connect to devices.

Project Homepage: http://www.opensync.org/

Dependencies

Required

Optional

Configuration Information

Non-Multilib

Compile the package:

cmake -DCMAKE_INSTALL_PREFIX=/usr . &&
make

Install the package:

make install

Multilib

32Bit

N32

64Bit