From: Arun Persaud Date: Mon, 18 Jan 2010 21:02:00 +0000 (+0000) Subject: new developer software and some simple instructions on how to build them X-Git-Url: http://winboard.nl/cgi-bin?a=commitdiff_plain;h=602a48db80ec86ef1b1af89a3d514db64ce18d6e;hp=58c366c8a3ddf100fe0795768550c9c7e9356fb4;p=xboard.git new developer software and some simple instructions on how to build them --- diff --git a/index.html b/index.html index 7a82e7a..f219a59 100644 --- a/index.html +++ b/index.html @@ -75,19 +75,28 @@ possible.

development version

-

It would be great if people would like help in the developing process. We can use all kind of help, from people who just use the software and have a feature request (send them to developer mailing list), to people who can update/check the documentation... a big help would be people that test the latest git-version or the developer snapshots and send us bugreports.

+

It would be great if people would like help in the developing process. We can use all kind of help, from people who just use the software and have a feature request (send them to developer mailing list), to people who can update/check the documentation and especially people who test development versions (send problems to the developer mailing list).

At the moment we have three developer versions:

+
How to build the development version
+ +
git version
+

After cloning the git-repository, do ./autogen.sh, ./configure and then a make.

+ +
tar-balls
+

Unpack the tar ball and do ./configure followed by make.

+ +

For development sources and other information, please see the XBoard project page at savannah.gnu.org.