Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/source/faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down