manual: Add all dependencies to source prerequisites (#2060)

This commit is contained in:
John Arnold 2018-04-09 16:31:39 -05:00 committed by Shea Levy
parent a38fe5c1a8
commit a405d25fa3

View file

@ -9,6 +9,9 @@
<itemizedlist> <itemizedlist>
<listitem><para>GNU Make.</para></listitem> <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> <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 distribution does not provide these, you can obtain bzip2 from <link
xlink:href="http://www.bzip.org/"/>.</para></listitem> 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 <listitem><para>The SQLite embedded database library, version 3.6.19
or higher. If your distribution does not provide it, please install or higher. If your distribution does not provide it, please install
it from <link xlink:href="http://www.sqlite.org/" />.</para></listitem> it from <link xlink:href="http://www.sqlite.org/" />.</para></listitem>