diff options
author | John Arnold <IohannesArnold@users.noreply.github.com> | 2018-04-09T21·31-0500 |
---|---|---|
committer | Shea Levy <shea@shealevy.com> | 2018-04-09T21·31-0400 |
commit | a405d25fa38a3bf342f932100c5077d9d8a16de5 (patch) | |
tree | 6a6b3497b95544bac4241372b60bdd4e7636a604 /doc | |
parent | a38fe5c1a8ce2481f063ba173eea5226952c803b (diff) |
manual: Add all dependencies to source prerequisites (#2060)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual/installation/prerequisites-source.xml | 11 |
1 files changed, 11 insertions, 0 deletions
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 @@ <itemizedlist> <listitem><para>GNU Make.</para></listitem> + + <listitem><para>Bash Shell. The <literal>./configure</literal> script + relies on bashisms, so Bash is required.</para></listitem> <listitem><para>A version of GCC or Clang that supports C++14.</para></listitem> @@ -28,6 +31,14 @@ distribution does not provide these, you can obtain bzip2 from <link xlink:href="http://www.bzip.org/"/>.</para></listitem> + <listitem><para><literal>liblzma</literal>, which is provided by + XZ Utils. If your distribution does not provide this, you can + get it from <link xlink:href="https://tukaani.org/xz/"/>.</para></listitem> + + <listitem><para>cURL and its library. If your distribution does not + provide it, you can get it from <link + xlink:href="https://curl.haxx.se/"/>.</para></listitem> + <listitem><para>The SQLite embedded database library, version 3.6.19 or higher. If your distribution does not provide it, please install it from <link xlink:href="http://www.sqlite.org/" />.</para></listitem> |