Update build instructions

This commit is contained in:
Sebastian Ramacher 2018-03-12 13:39:39 +01:00
parent 3ffada0277
commit a647b921d5

20
README
View file

@ -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
------------ ------------