Re-arrange dependencies

This commit is contained in:
Sebastian Ramacher 2018-12-23 12:59:58 +01:00
parent 19b9ed91e8
commit 445422b479

40
README
View File

@ -7,20 +7,32 @@ girara user interface library and several document libraries.
Requirements Requirements
------------ ------------
meson (>= 0.47) The following dependencies are required:
gtk3 (>= 3.22)
glib (>= 2.50) * gtk3 (>= 3.22)
girara (>= 0.3.2) * glib (>= 2.50)
sqlite3 (optional, >= 3.5.9) * girara (>= 0.3.2)
check (optional build dependency, for tests)
libmagic from file(1) (optional, for mime-type detection) The following dependencies are optional:
libsynctex from TeXLive (optional, for SyncTeX support)
libseccomp (optional, for sandbox support) * sqlite3 (>= 3.5.9): splite3 database backend
librvsg-bin (optional build dependency, for icons) * libmagic from file(1): for mime-type detection
Sphinx (optional build dependency, for manpages and HTML documentation) * libsynctex from TeXLive: SyncTeX support
doxygen (optional build dependency, for HTML documentation) * libseccomp: sandbox support
breathe (optional build dependency, for HTML documentation)
sphinx_rtd_theme (optional build dependency, for HTML documentation) For building zathura, the following dependencies are also required:
* meson (>= 0.47)
* gettext
The following dependencies are optional build-time only dependencies:
* check: for tests
* librvsg-bin: PNG icons
* Sphinx: manpages and HTML documentation
* doxygen: HTML documentation
* breathe: for HTML documentation
* sphinx_rtd_theme: for HTML documentation
Note that Sphinx is needed to build the manpages. If it is not installed, the Note that Sphinx is needed to build the manpages. If it is not installed, the
man pages won't be built. For building the HTML documentation, doxygen, breathe man pages won't be built. For building the HTML documentation, doxygen, breathe