We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7242c5a + 6e51e14 commit b2e3fceCopy full SHA for b2e3fce
docs/source/faq.rst
@@ -12,6 +12,10 @@ _sqlite3.so not found
12
13
We recently fixed sqlite3 compilation. In case of, you must:
14
15
+* Install development headers for sqlite3 if it's not already installed. On Ubuntu:
16
+
17
+ apt-get install libsqlite3-dev
18
19
* Compile the distribution with (sqlite3 must be the first argument)::
20
21
./distribute.sh -m 'sqlite3 kivy'
0 commit comments