Development of GnuTLS is coordinated via the Savannah GnuTLS project site. To report a bug please use the web interface or mailing lists.

To browse the source code a web interface exists at git.savanah.gnu.org. If you want to build the latest GnuTLS code from the repository, use the following commands:

$ git clone git://git.savannah.gnu.org/gnutls.git
$ cd gnutls
$ make bootstrap # Will run ./configure with developer defaults
$ make
$ make check

You will need several developer tools, see README-alpha for more information.

Some additional resources: