From: Arun Persaud Date: Tue, 6 Nov 2012 05:29:23 +0000 (-0800) Subject: some more html tags to highlight bash commands X-Git-Url: http://winboard.nl/cgi-bin?p=xboard.git;a=commitdiff_plain;h=6fe3a9ac1c1019833b0b211cef8784884b8c6add some more html tags to highlight bash commands --- diff --git a/index.html b/index.html index 42baa5b..6dbd51e 100644 --- a/index.html +++ b/index.html @@ -126,15 +126,15 @@ The master branch includes the development for v4.6.x and also has some more exp
git version
-

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.

+

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.

+run ./autogen.sh, ./configure and then make and make install.

tar-balls (from the ftp-server)
-

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

+

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

For development sources and other information, please see the XBoard project