X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=index.html;h=8a8d6b915ad0f1beba0df8ca2dfbd9f3b0638a07;hb=ef6b76084e44e909302a6ad8bca2a69bbd30e235;hp=7a82e7aa4306391744544ffd87f408eaec3811cf;hpb=58c366c8a3ddf100fe0795768550c9c7e9356fb4;p=xboard.git diff --git a/index.html b/index.html index 7a82e7a..8a8d6b9 100644 --- a/index.html +++ b/index.html @@ -73,21 +73,40 @@ of ftp.gnu.org; please use a mirror if possible.

+

Precompiled versions are available +for openSUSE +and debian-squeeze +(if you know of other distribution that package it, please let us +know).

+

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 to help in the developing process. We can use all kinds 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.