mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-12-28 06:56:00 +01:00
Update build instructions
This commit is contained in:
parent
3ffada0277
commit
a647b921d5
1 changed files with 10 additions and 10 deletions
20
README
20
README
|
@ -22,20 +22,20 @@ doxygen (optional, for HTML documentation)
|
||||||
breathe (optional, for HTML documentation)
|
breathe (optional, for HTML documentation)
|
||||||
sphinx_rtd_theme (optional, for HTML documentation)
|
sphinx_rtd_theme (optional, for HTML documentation)
|
||||||
|
|
||||||
Also note that Sphinx is needed to build the manpages. If it is not
|
Note that Sphinx is needed to build the manpages. If it is not installed, the
|
||||||
installed, the man pages won't be built. For the HTML documentation, doxygen,
|
man pages won't be built. For the HTML documentation, doxygen, breathe and
|
||||||
breathe and sphinx_rtd_theme are needed in addition to Sphinx.
|
sphinx_rtd_theme are needed in addition to Sphinx.
|
||||||
|
|
||||||
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 configure
|
||||||
enable-sqlite=off and sqlite support won't be available.
|
the build system with -Denable-sqlite=false and sqlite support won't be available.
|
||||||
|
|
||||||
The use of magic to detect mime types is optional and can be disabled by setting
|
The use of magic to detect mime types is optional and can be disabled by
|
||||||
enable-magic=off.
|
configuring the build system with -Denable-magic=false.
|
||||||
|
|
||||||
The use of seccomp to create a sandboxed environment is optional and can be
|
The use of seccomp to create a sandboxed environment is optional and can be
|
||||||
enabled by setting enable-seccomp=on. Note that the sandbox is currently only
|
enabled by configure the build system with -Denable-seccomp=true. Note that the
|
||||||
available as experimental preview. Some commands, shortcuts and other
|
sandbox is currently only available as experimental preview. Some commands,
|
||||||
functionality might break.
|
shortcuts and other functionality might break.
|
||||||
|
|
||||||
Installation
|
Installation
|
||||||
------------
|
------------
|
||||||
|
|
Loading…
Reference in a new issue