From 74e95a1fe16e90aec1e7e56793839dcb39e406e4 Mon Sep 17 00:00:00 2001 From: Thomas Perl Date: Thu, 11 Mar 2010 20:31:20 +0100 Subject: [PATCH] Mention "sqlite3" as dependency in README (bug 918) --- README | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README b/README index 0e65c9e5..f2d43bc9 100644 --- a/README +++ b/README @@ -29,12 +29,16 @@ Dependencies ============ - * python (>= 2.5) + * python (>= 2.5) with sqlite3 support * python-gtk2 (>= 2.12) * python-feedparser * python-mygpoclient (http://thpinfo.com/2010/mygpoclient/) * python-dbus (optional, but highly recommended) - + + If your Python installation does not come with "sqlite3" support, + you can either re-compile Python with support for sqlite3 or use + the "pysqlite" package from http://code.google.com/p/pysqlite/ + Additional dependencies for iPod synchronization support: * One of the following metadata libraries: -- 2.11.4.GIT