|
@@ -376,7 +376,13 @@ var/
|
|
|
|
|
|
<section>
|
|
<section>
|
|
<title>Download Tar File</title>
|
|
<title>Download Tar File</title>
|
|
- <para>The BIND 10 releases are available as tar file downloads from
|
|
|
|
|
|
+ <para>
|
|
|
|
+ Downloading a release tar file is the recommended method to
|
|
|
|
+ obtain the source code.
|
|
|
|
+ </para>
|
|
|
|
+
|
|
|
|
+ <para>
|
|
|
|
+ The BIND 10 releases are available as tar file downloads from
|
|
<ulink url="ftp://ftp.isc.org/isc/bind10/"/>.
|
|
<ulink url="ftp://ftp.isc.org/isc/bind10/"/>.
|
|
Periodic development snapshots may also be available.
|
|
Periodic development snapshots may also be available.
|
|
</para>
|
|
</para>
|
|
@@ -386,6 +392,12 @@ var/
|
|
<section>
|
|
<section>
|
|
<title>Retrieve from Subversion</title>
|
|
<title>Retrieve from Subversion</title>
|
|
<para>
|
|
<para>
|
|
|
|
+ Downloading this "bleeding edge" code is recommended only for
|
|
|
|
+ developers or advanced users. Using development code in a production
|
|
|
|
+ environment is not recommended.
|
|
|
|
+ </para>
|
|
|
|
+
|
|
|
|
+ <para>
|
|
The latest development code, including temporary experiments
|
|
The latest development code, including temporary experiments
|
|
and un-reviewed code, is available via the BIND 10 code revision
|
|
and un-reviewed code, is available via the BIND 10 code revision
|
|
control system. This is powered by Subversion and all the BIND 10
|
|
control system. This is powered by Subversion and all the BIND 10
|
|
@@ -400,40 +412,37 @@ var/
|
|
<screen>$ <userinput>svn co svn://bind10.isc.org/svn/bind10/trunk</userinput></screen>
|
|
<screen>$ <userinput>svn co svn://bind10.isc.org/svn/bind10/trunk</userinput></screen>
|
|
</para>
|
|
</para>
|
|
|
|
|
|
- <para>
|
|
|
|
- You do not need to retrieve the source code from subversion
|
|
|
|
- unless you are testing latest code which is not provided in the
|
|
|
|
- source tar file or you are a developer.
|
|
|
|
- Most users will just use the source tar file.
|
|
|
|
- </para>
|
|
|
|
-
|
|
|
|
<section>
|
|
<section>
|
|
<title>Generate configuration files</title>
|
|
<title>Generate configuration files</title>
|
|
<para>
|
|
<para>
|
|
- When checking out the code from
|
|
|
|
- the code version control system, it doesn't include the
|
|
|
|
- generated configure script, Makefile.in files, nor the
|
|
|
|
- related configure files.
|
|
|
|
- They can be created by running <command>autoreconf</command>
|
|
|
|
- with the <option>--install</option> switch.
|
|
|
|
- This will run <command>autoconf</command>, <command>aclocal</command>,
|
|
|
|
- <command>libtoolize</command>, <command>autoheader</command>,
|
|
|
|
- <command>automake</command>, and related commands —
|
|
|
|
- and provide needed build files.
|
|
|
|
- </para>
|
|
|
|
- <para>
|
|
|
|
- This requires <command>autoconf</command> version 2.59 or newer
|
|
|
|
- and <command>automake</command> version 1.10 or better.
|
|
|
|
- (For working Python 3.1 tests, <command>automake</command>
|
|
|
|
- version 1.11 or better is needed or use the
|
|
|
|
- <option>--with-pythonpath</option> configure option described
|
|
|
|
- below).
|
|
|
|
- </para>
|
|
|
|
- <note><para>
|
|
|
|
- Some operating systems do not provide these in their
|
|
|
|
- default installation nor standard packages collections.
|
|
|
|
- You may need to install them separately.
|
|
|
|
- </para></note>
|
|
|
|
|
|
+ When checking out the code from
|
|
|
|
+ the code version control system, it doesn't include the
|
|
|
|
+ generated configure script, Makefile.in files, nor the
|
|
|
|
+ related configure files.
|
|
|
|
+ They can be created by running <command>autoreconf</command>
|
|
|
|
+ with the <option>--install</option> switch.
|
|
|
|
+ This will run <command>autoconf</command>,
|
|
|
|
+ <command>aclocal</command>,
|
|
|
|
+ <command>libtoolize</command>,
|
|
|
|
+ <command>autoheader</command>,
|
|
|
|
+ <command>automake</command>,
|
|
|
|
+ and related commands.
|
|
|
|
+ </para>
|
|
|
|
+ <para>
|
|
|
|
+ This requires <command>autoconf</command> version 2.59 or newer
|
|
|
|
+ and <command>automake</command> version 1.10 or better.
|
|
|
|
+ (For working Python 3.1 tests, <command>automake</command>
|
|
|
|
+ version 1.11 or better is needed or use the
|
|
|
|
+ <option>--with-pythonpath</option> configure option described
|
|
|
|
+ below).
|
|
|
|
+ </para>
|
|
|
|
+ <note>
|
|
|
|
+ <para>
|
|
|
|
+ Some operating systems do not provide these in their
|
|
|
|
+ default installation nor standard packages collections.
|
|
|
|
+ You may need to install them separately.
|
|
|
|
+ </para>
|
|
|
|
+ </note>
|
|
</section>
|
|
</section>
|
|
</section>
|
|
</section>
|
|
|
|
|