Parcourir la source

We recommend using the Boost libraries as it provides a safer TCP
implementation in BIND 10.


git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1588 e5f2f494-b856-4b98-b285-d166d9295462

Jeremy C. Reed il y a 15 ans
Parent
commit
a50554e432
4 fichiers modifiés avec 29 ajouts et 13 suppressions
  1. 3 0
      INSTALL
  2. 5 0
      README
  3. 16 13
      doc/guide/bind10-guide.html
  4. 5 0
      doc/guide/bind10-guide.xml

+ 3 - 0
INSTALL

@@ -4,3 +4,6 @@ To build "configure" file:
 To then build from source:
     ./configure
     make
+
+We recommend using the Boost libraries as it provides a safer TCP
+implementation in BIND 10.

+ 5 - 0
README

@@ -34,8 +34,13 @@ Bugs may be reported as tickets via the developers website:
 
         http://bind10.isc.org/
 
+See the Guide for detailed installation directions.
+
 BUILDING
 
+We recommend using the Boost libraries as it provides a safer TCP
+implementation in BIND 10.
+
 Simple build instructions:
 
   ./configure

Fichier diff supprimé car celui-ci est trop grand
+ 16 - 13
doc/guide/bind10-guide.html


+ 5 - 0
doc/guide/bind10-guide.xml

@@ -264,6 +264,11 @@ var/
           provided using alternative code.
         </para>
 
+<note><simpara>
+We recommend using the Boost libraries as it provides a safer TCP
+implementation in BIND 10. 
+</simpara></note>
+
         <para>
           Building BIND 10 also requires a C++ compiler and
           standard development headers.