From a405d25fa38a3bf342f932100c5077d9d8a16de5 Mon Sep 17 00:00:00 2001 From: John Arnold Date: Mon, 9 Apr 2018 16:31:39 -0500 Subject: manual: Add all dependencies to source prerequisites (#2060) --- doc/manual/installation/prerequisites-source.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'doc') diff --git a/doc/manual/installation/prerequisites-source.xml b/doc/manual/installation/prerequisites-source.xml index 49660c36e397..01e9688d635f 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 . -- cgit 1.4.1