Browse Source

--with-boost-python is no more. Doesn't need Boost Python anymore.
(And regen html)


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

Jeremy C. Reed 15 years ago
parent
commit
9b827bc222
2 changed files with 17 additions and 30 deletions
  1. 14 17
      doc/guide/bind10-guide.html
  2. 3 13
      doc/guide/bind10-guide.xml

File diff suppressed because it is too large
+ 14 - 17
doc/guide/bind10-guide.html


+ 3 - 13
doc/guide/bind10-guide.xml

@@ -76,7 +76,7 @@
 	requires SQLite 3.3.9 or newer.
 	requires SQLite 3.3.9 or newer.
         The <command>b10-xfrin</command> and <command>b10-xfrout</command>
         The <command>b10-xfrin</command> and <command>b10-xfrout</command>
 	modules require the libboost library,
 	modules require the libboost library,
-        Boost Python library, libpython3 library,
+        libpython3 library,
 	and the Python _sqlite3.so module.
 	and the Python _sqlite3.so module.
       </para></note>
       </para></note>
 <!-- TODO: this will change ... -->
 <!-- TODO: this will change ... -->
@@ -272,7 +272,7 @@ var/
         </para>
         </para>
 
 
         <para>
         <para>
-	  The Boost Library, Boost Python Library, Python Library,
+	  The Boost Library, Python Library,
 	  and Python _sqlite3 module are required to enable the
 	  and Python _sqlite3 module are required to enable the
 	  Xfrout and Xfrin support.
 	  Xfrout and Xfrin support.
         </para>
         </para>
@@ -495,14 +495,6 @@ var/
           </varlistentry>
           </varlistentry>
 
 
           <varlistentry>
           <varlistentry>
-            <term>--with-boost-python</term>
-            <listitem> 
-              <simpara>Define to use the Boost Python library.
-              </simpara>
-            </listitem> 
-          </varlistentry>
-
-          <varlistentry>
             <term>--with-pythonpath</term>
             <term>--with-pythonpath</term>
             <listitem> 
             <listitem> 
               <simpara>Define the path to Python 3.1 if it is not in the
               <simpara>Define the path to Python 3.1 if it is not in the
@@ -527,14 +519,12 @@ var/
   <!-- TODO: lcov -->
   <!-- TODO: lcov -->
 
 
         <para>
         <para>
-          For example, the following configures it
-    build with Boost Python support (for Python DNS library),
+          For example, the following configures it to
     find the Boost headers and library, find the
     find the Boost headers and library, find the
     Python interpreter, and sets the installation location:
     Python interpreter, and sets the installation location:
 
 
           <screen>$ <userinput>./configure --with-boost-lib=/usr/pkg/lib \
           <screen>$ <userinput>./configure --with-boost-lib=/usr/pkg/lib \
       --with-boost-include=/usr/pkg/include \
       --with-boost-include=/usr/pkg/include \
-      --with-boost-python \
       --with-pythonpath=/usr/pkg/bin/python3.1 \
       --with-pythonpath=/usr/pkg/bin/python3.1 \
       --prefix=/opt/bind10</userinput></screen>
       --prefix=/opt/bind10</userinput></screen>
         </para>
         </para>