Browse Source

Merge branch 'trac5326'

Wlodek Wencel 7 years ago
parent
commit
d4c076b6e6
1 changed files with 13 additions and 21 deletions
  1. 13 21
      doc/guide/install.xml

+ 13 - 21
doc/guide/install.xml

@@ -112,11 +112,11 @@
           on the system:</para>
           on the system:</para>
           <itemizedlist>
           <itemizedlist>
             <listitem>
             <listitem>
-                <para>Boost build-time headers
+                <para>Boost C++ Libraries
           (<ulink url="http://www.boost.org/"/>).
           (<ulink url="http://www.boost.org/"/>).
-          At least Boost version 1.41 is required.
+          The oldest Boost version used for testing is 1.57 (it may work with
-          When header-only Boost error code is not available or wanted, the
+          older versions). Boost system library is required.  Building boost
-          Boost system library is required too.
+          header only is no longer recommended.
         </para>
         </para>
         </listitem>
         </listitem>
 
 
@@ -141,11 +141,10 @@ Debian and Ubuntu:
 
 
         <listitem>
         <listitem>
         <para>
         <para>
-          A C++ compiler and standard development headers.
+          A C++ compiler (with C++11 support) and standard development
-          Kea 1.1.0 builds have been tested with GCC g++ 4.2.1,
+          headers. Kea builds have been tested with GCC g++ 4.7.2 4.7.3
-          4.4.7, 4.6.3, 4.8.3, 4.8.4, 4.8.5, 5.4.0; Clang++ 3.4.1;
+          4.8.2 4.8.4 4.8.5 4.9.3 4.9.4 5.3.1 5.4.0 6.3.0 6.3.1
-          and Apple Clang++ 703.0.31.
+          clang-800.0.38 clang-802.0.42 clang-900.0.37
-	  <!-- @todo update this list -->
         </para>
         </para>
         </listitem>
         </listitem>
 
 
@@ -180,7 +179,7 @@ Debian and Ubuntu:
 
 
         <listitem>
         <listitem>
         <para>
         <para>
-          googletest (version 1.6 or later), when using the --with-gtest configuration
+          googletest (version 1.8 or later), when using the --with-gtest configuration
           option to build the unit tests.
           option to build the unit tests.
         </para>
         </para>
         </listitem>
         </listitem>
@@ -195,12 +194,6 @@ Debian and Ubuntu:
 
 
         </itemizedlist>
         </itemizedlist>
 
 
-        <para>
-          Visit the user-contributed wiki at
-          <ulink url="http://kea.isc.org/wiki/SystemSpecificNotes" />
-          for system-specific installation tips.
-        </para>
-
     </section>
     </section>
 
 
     <section id="install">
     <section id="install">
@@ -234,7 +227,7 @@ Debian and Ubuntu:
           <para>
           <para>
             When building from source code retrieved via Git, additional
             When building from source code retrieved via Git, additional
             software will be required:  automake (v1.11 or later),
             software will be required:  automake (v1.11 or later),
-            libtoolize, and autoconf (v2.59 or later).
+            libtoolize, and autoconf (v2.69 or later).
             These may need to be installed.
             These may need to be installed.
           </para>
           </para>
         </note>
         </note>
@@ -481,12 +474,11 @@ Debian and Ubuntu:
         <varlistentry>
         <varlistentry>
           <term>JSON</term>
           <term>JSON</term>
           <listitem>
           <listitem>
-	    <simpara>JSON is the new default configuration backend
+	    <simpara>JSON is the default configuration backend
 	    that allows Kea to read JSON configuration files from
 	    that allows Kea to read JSON configuration files from
 	    disk. It does not require any framework and thus is
 	    disk. It does not require any framework and thus is
-	    considered more lightweight. It will allow dynamic
+	    considered more lightweight. It allows dynamic on-line
-	    on-line reconfiguration, but lacks remote capabilities
+            reconfiguration using Kea API.</simpara>
-	    (i.e. no RESTful API).</simpara>
           </listitem>
           </listitem>
         </varlistentry>
         </varlistentry>
       </variablelist>
       </variablelist>