From 6e51e149e4624e3afe171cb8ffa9f9ffc681d169 Mon Sep 17 00:00:00 2001 From: Aur Saraf Date: Mon, 3 Jun 2013 15:24:39 +0300 Subject: [PATCH] Add apt-get install libsqlite3-dev to FAQ on sqlite3 Ubuntu was chosen for the example because the pre-installed VM is Ubuntu --- docs/source/faq.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/source/faq.rst b/docs/source/faq.rst index f0757ac3ce..9d0dd599cc 100644 --- a/docs/source/faq.rst +++ b/docs/source/faq.rst @@ -12,6 +12,10 @@ _sqlite3.so not found We recently fixed sqlite3 compilation. In case of, you must: +* Install development headers for sqlite3 if it's not already installed. On Ubuntu: + + apt-get install libsqlite3-dev + * Compile the distribution with (sqlite3 must be the first argument):: ./distribute.sh -m 'sqlite3 kivy'