Add a note on sqlite3.

This commit is contained in:
Sebastian Ramacher 2012-05-02 16:43:17 +02:00
parent d13d1bf2ec
commit 47686b3d47

4
README
View File

@ -20,7 +20,9 @@ And also note that rst2man from python-docutils is needed to build the man pages
If it is not installed, the man pages won't be built.
If you don't want to build with support for sqlite databases, you can set
WITH_SQLITE=0 and sqlite support won't be available.
WITH_SQLITE=0 and sqlite support won't be available. Please note that sqlite3
with metadata support is required, i.e. sqlite3 has to be built with
SQLITE_ENABLE_COLUMN_METADATA defined.
Installation
------------