From c4ec3175f8690c808c5d1a9cf8c9e632865ddf9f Mon Sep 17 00:00:00 2001 From: Patrick Ohly Date: Thu, 15 Jun 2006 13:49:12 +0000 Subject: [PATCH] some more comments about compiling on Debian Sarge git-svn-id: https://zeitsenke.de/svn/SyncEvolution/trunk@156 15ad00c4-1369-45f4-8270-35d70d36bdcd --- README | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README b/README index 99084d60..78acbfcd 100644 --- a/README +++ b/README @@ -609,8 +609,11 @@ working with CVS sources directly are contained in the HACKING document. Also needed are the Evolution and libcurl development files. On -Debian 3.1 (Sarge) you can install them with - apt-get install libcurl3-dev evolution-data-server-dev +Debian 3.1 (Sarge) you can install them with: + apt-get install libcurl3-dev evolution-data-server-dev libdb3-dev +and optionally for the test suite: + apt-get install libcppunit-dev + The code was tested with Evolution 2.0.4 and 2.4.2.1. It is unclear which other versions it is compatible with.