are a developer planning to contribute to Kea, please fork our Github
repository and use the "pull request" mechanism to request integration of
your code. Please consult
- <ulink url="https://help.github.com/articles/fork-a-repo/"/> for help on
+ <uri xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://help.github.com/articles/fork-a-repo/">https://help.github.com/articles/fork-a-repo/</uri> for help on
how to fork a Github repository.
- The <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://git.kea.isc.org/~tester/kea/doxygen/">Kea
- The <ulink url="kea.isc.org/docs/devel/">Kea
- Developer's Guide</ulink> contains more information about the process, as
++ The <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://kea.isc.org/docs/devel/">Kea
+ Developer's Guide</link> contains more information about the process, as
well as describing the requirements for contributed code to be accepted by ISC.
</para>
</varlistentry>
<varlistentry>
- <term>--with-dhcp-mysql</term>
+ <term>--with-mysql</term>
<listitem>
<simpara>
- Build Kea with code to allow it to store leases (and access
- host reservations) in a MySQL database.
+ Build Kea with code to allow it to store leases and
+ host reservations in a MySQL database.
</simpara>
</listitem>
</varlistentry>
<varlistentry>
- <term>--with-dhcp-pgsql</term>
+ <term>--with-pgsql</term>
<listitem>
<simpara>
- Build Kea with code to allow it to store leases (and access
- host reservations) in a PostgreSQL database.
+ Build Kea with code to allow it to store leases and
+ host reservations in a PostgreSQL database.
</simpara>
</listitem>
</varlistentry>
Google Test framework. This option specifies the path to the
gtest source. (If the framework
is not installed on your system, it can be downloaded
- from <uri xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://code.google.com/p/googletest">https://code.google.com/p/googletest</uri>.)
++ from <uri xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://github.com/google/googletest">https://github.com/google/googletest</uri>.)
+ from <ulink url="https://github.com/google/googletest"/>.)
+ </simpara>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term>--with-benchmark, --with-benchmark-source</term>
+ <listitem>
+ <simpara>Enable the building of the database backend
+ benchmarks using the Google Benchmark framework. This
+ option specifies the path to the gtest source. (If the
+ framework is not installed on your system, it can be downloaded
+ from <ulink url="https://github.com/google/benchmark"/>.)
</simpara>
</listitem>
</varlistentry>