summaryrefslogtreecommitdiff
path: root/devel.wml
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2012-12-03 20:35:22 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2012-12-03 20:35:22 +0100
commitf97082d162912524d417239b2b143fb52430cf7d (patch)
tree2f5a471582b36230daf210e1c3b4a545b39acb53 /devel.wml
downloadgnutls-f97082d162912524d417239b2b143fb52430cf7d.tar.gz
added web
Diffstat (limited to 'devel.wml')
-rw-r--r--devel.wml37
1 files changed, 37 insertions, 0 deletions
diff --git a/devel.wml b/devel.wml
new file mode 100644
index 0000000000..5d554aa328
--- /dev/null
+++ b/devel.wml
@@ -0,0 +1,37 @@
+#include 'common.wml' page="Development"
+
+<p>To report a bug please use the <a href="mailto:$(EMAIL)">bug report address</a> or the <a href="$(path)lists.html">mailing lists<a/>.
+</p>
+
+<p>To browse the source code a web interface exists at <a href="http://repo.or.cz/w/gnutls.git">repo.or.cz</a>.
+If you want to build the latest GnuTLS code from the repository, use the following commands:
+
+<table>
+<tr><td><pre>
+$ git clone git://repo.or.cz/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://repo.or.cz/w/gnutls.git/blob/HEAD:/README-alpha">
+README-alpha</a> for more information.
+</p>
+
+<p>Some additional resources:
+<ul>
+<li><a href="http://repo.or.cz/w/gnutls.git/blob/HEAD:/NEWS">most recent NEWS</a></li>
+<li><a href="http://hydra.nixos.org/jobset/gnu/gnutls-master">Continously Hydra builds</a></li>
+</ul>
+
+<!--
+<p>
+<script type="text/javascript"
+src="http://www.ohloh.net/p/5718/widgets/project_basic_stats.js"></script>
+</p>
+-->
+
+#include 'bottom.wml'