diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2019-07-03 08:02:45 +0200 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2019-07-03 08:02:45 +0200 |
commit | 7d6ba1dc90ec750ec64f05617c7c675807c4d456 (patch) | |
tree | 3b3befd30f3e3cd86ca6d12b1bf1c622d8113592 /doc/manual | |
parent | 7e1c85c5fbf48811bb9a4969f9c32fce2a3e5fa7 (diff) | |
parent | 82b7f0e840983879a510245903ff7c917276f65d (diff) |
Merge branch 'autoconf-ubuntu-16.04-fixes' of https://github.com/nh2/nix
Diffstat (limited to 'doc/manual')
-rw-r--r-- | doc/manual/installation/prerequisites-source.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/manual/installation/prerequisites-source.xml b/doc/manual/installation/prerequisites-source.xml index e87d0de21..e7bdcf966 100644 --- a/doc/manual/installation/prerequisites-source.xml +++ b/doc/manual/installation/prerequisites-source.xml @@ -13,7 +13,7 @@ <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++17.</para></listitem> <listitem><para><command>pkg-config</command> to locate dependencies. If your distribution does not provide it, you can get @@ -62,6 +62,10 @@ 1.66.0 or higher. It can be obtained from the official web site <link xlink:href="https://www.boost.org/" />.</para></listitem> + <listitem><para>The <literal>editline</literal> library of version + 1.14.0 or higher. It can be obtained from the its repository + <link xlink:href="https://github.com/troglobit/editline" />.</para></listitem> + <listitem><para>The <command>xmllint</command> and <command>xsltproc</command> programs to build this manual and the man-pages. These are part of the <literal>libxml2</literal> and |