From 8165397a3e3afcc51aa69f1ad5359cfa1f77eacd Mon Sep 17 00:00:00 2001 From: Andy Balaam Date: Fri, 6 Feb 2009 11:05:45 +0000 Subject: [PATCH] Give the new git repository in the documentation. --- www/developers.html | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/www/developers.html b/www/developers.html index adabad2..6c52b2c 100644 --- a/www/developers.html +++ b/www/developers.html @@ -61,17 +61,13 @@ help.

Getting the latest source code

The GSSMP source is stored in a Git -repository. To download and compile -the latest code, ensure you have Cogito -installed.

- -

On Ubuntu, getting Cogito is just a matter of:

- -

sudo apt-get install cogito

+repository on repo.or.cz. To browse +the code go to +http://repo.or.cz/w/gssmp.git.

To build and run GSSMP, run these commands:

-

cg-clone http://www.artificialworlds.net/gssmp/git/gssmp.git
+

git clone git://repo.or.cz/gssmp.git
cd gssmp
./autogen.sh
make
-- 2.11.4.GIT