Add missing requirements.

This commit is contained in:
Andreas Schneider 2009-07-09 09:50:37 +02:00
parent fbf2491406
commit 200e3e7123

View file

@ -6,16 +6,18 @@
In order to build csync, you need to install several components:
- A C++ compiler
- A C compiler
- [CMake](http://www.cmake.org) >= 2.4.4.
- [check](http://check.sourceforge.net) >= 0.9.5
- [log4c](http://log4c.sourceforge.net) >= 1.2
- [sqlite3](http://www.sqlite.org) >= 3.4
- [libsmbclient](http://www.samba.org)
- [libiniparser](http://ndevilla.free.fr/iniparser/) >= 2.10
- [libsmbclient](http://www.samba.org) >= 3.2
- [libssh](http://www.libssh.org) >= 0.3
log4c and sqlite3 are runtime requirements too. libsmbclient is needed for
the smb plugin.
the smb plugin, libssh for the sftp plugin.
Note that these version numbers are version we know works correctly. If you
build and run csync successfully with an older version, please let us know.