diff --git a/doc/manual/installation/prerequisites-source.xml b/doc/manual/installation/prerequisites-source.xml index 49660c36e..01e9688d6 100644 --- a/doc/manual/installation/prerequisites-source.xml +++ b/doc/manual/installation/prerequisites-source.xml @@ -9,6 +9,9 @@ GNU Make. + + Bash Shell. The ./configure script + relies on bashisms, so Bash is required. A version of GCC or Clang that supports C++14. @@ -28,6 +31,14 @@ distribution does not provide these, you can obtain bzip2 from . + liblzma, which is provided by + XZ Utils. If your distribution does not provide this, you can + get it from . + + cURL and its library. If your distribution does not + provide it, you can get it from . + The SQLite embedded database library, version 3.6.19 or higher. If your distribution does not provide it, please install it from .