Skip to content

Commit 6e51e14

Browse files
committed
Add apt-get install libsqlite3-dev to FAQ on sqlite3
Ubuntu was chosen for the example because the pre-installed VM is Ubuntu
1 parent f1574bb commit 6e51e14

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/source/faq.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ _sqlite3.so not found
1212

1313
We recently fixed sqlite3 compilation. In case of, you must:
1414

15+
* Install development headers for sqlite3 if it's not already installed. On Ubuntu:
16+
17+
apt-get install libsqlite3-dev
18+
1519
* Compile the distribution with (sqlite3 must be the first argument)::
1620

1721
./distribute.sh -m 'sqlite3 kivy'

0 commit comments

Comments
 (0)