From b00a3fa4917e159c4270b507cd6cc7dbda734a5d Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Thu, 28 Feb 2008 14:30:06 +0100 Subject: [PATCH] Add sqlite3 to the requriements and suggest version numbers. --- INSTALL | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/INSTALL b/INSTALL index 4dd24a341..1446d95c5 100644 --- a/INSTALL +++ b/INSTALL @@ -8,13 +8,14 @@ In order to build csync, you need to install several components: - A C++ compiler - [CMake](http://www.cmake.org/) >= 2.4.4. -- [check](http://check.sourceforge.net) -- [log4c](http://log4c.sourceforge.net) +- [check](http://check.sourceforge.net) >= 0.9.5 +- [log4c](http://log4c.sourceforge.net) >= 1.2 +- [sqlite3](http://log4c.sourceforge.net) >= 3.4 - [libsmbclient](http://www.samba.org) -log4c is a runtime requirements too. check is only for testing -purposes. +log4c and sqlite3 are runtime requirements too. libsmbclient is needed for +the smb 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.