mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-11-10 16:53:46 +01:00
Add a note on sqlite3.
This commit is contained in:
parent
d13d1bf2ec
commit
47686b3d47
4
README
4
README
@ -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 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
|
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
|
Installation
|
||||||
------------
|
------------
|
||||||
|
Loading…
Reference in New Issue
Block a user