#include 'common.wml' page="Development"

<p>Development of GnuTLS is coordinated via
the <a href="https://savannah.gnu.org/projects/gnutls/">Savannah GnuTLS
project site</a>. To report a bug please <a href="https://savannah.gnu.org/support/?group=gnutls">use the web interface<a/>
or <a href="$(path)lists.html">mailing lists<a/>.
</p>

<p>To browse the source code a web interface exists at <a href="http://git.savannah.gnu.org/gitweb/?p=gnutls.git">git.savanah.gnu.org</a>.
If you want to build the latest GnuTLS code from the repository, use the following commands:

<table>
<tr><td><pre>
$ git clone git://git.savannah.gnu.org/gnutls.git
$ cd gnutls
$ make bootstrap # Will run ./configure with developer defaults
$ make
$ make check
</code></td></tr>
</table>

<p>You will need several developer tools,
see <a href="http://git.savannah.gnu.org/cgit/gnutls.git/tree/README-alpha">
README-alpha</a> for more information.
</p>

<p>Some additional resources:
<ul>
<li><a href="http://hydra.nixos.org/jobset/gnu/gnutls-master">Continously Hydra builds</a>
<li><a href="http://gitstats.josefsson.org/gnutls/">Git statistics for GnuTLS</a></li>
<li><a href="https://www.gnu.org/software/gnutls/clang/">Clang analysis</a>
<li><a href="https://www.gnu.org/software/gnutls/cyclo/">Cyclomatic code complexity report</a>
</ul>

<!-- <p>Daily snapshots are available
from <a href="http://daily.josefsson.org/gnutls/">
http://daily.josefsson.org/gnutls/</a>.
</p>
-->

<p>
<script type="text/javascript"
src="http://www.ohloh.net/p/5718/widgets/project_basic_stats.js"></script>
</p>

#include 'bottom.wml'

