From 2474e24e23e6e1a0c19d63af0552c381fc18b95f Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Tue, 6 Nov 2012 05:25:54 +0000 Subject: [PATCH] provided a better description on how to create a git clone and compile xboard --- index.html | 15 +++++++-------- 1 files changed, 7 insertions(+), 8 deletions(-) diff --git a/index.html b/index.html index 1c4e1ad..7f7a088 100644 --- a/index.html +++ b/index.html @@ -126,21 +126,20 @@ The master branch includes the development for v4.6.x and also has some more exp
git version
-

After cloning the git-repository or downloading and unpacking a snapshot tar ball, +

The git repository is available on Savannah. All branches can be viewed there. The web page also provides tar-balls of all tagged versions, these tar-balls are different from the ones that you can download from the ftp-server and you will need to run autogen.sh on them as described below.

+ +

If you want to get a copy of the repository you can clone it using the command "git clone http://git.savannah.gnu.org/r/xboard.git". For more information on how to use git, please visit the git home page.

+ +

After cloning the git-repository or downloading and unpacking a snapshot tar-ball from the git repository, run ./autogen.sh, ./configure and then make and make install.

-
tar-balls
+
tar-balls (from the ftp-server)

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

-

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

-

A snapshot of the latest source code for all branches is available at -the git -repository on Savannah.

-

archive

You can also find an archive of old versions on the ftp server.

@@ -348,7 +347,7 @@ Commons Attribution-NoDerivs 3.0 United States License.

Updated: -$Date: 2012/10/02 02:09:51 $ +$Date: 2012/11/06 05:25:54 $

-- 1.7.0.4