The current repository for the 1.X branch of snowglobe can be found at

http://git.byteme.org.uk/snowglobe.git/

The code contains some very minor changes from the official upstream repository (http://svn.secondlife.com/svn/linden/projects/2009/snowglobe). The exact changes can be found in the debian/patches/ folder with in the source code tree. These patches are applied automatically by the build system.

To checkout the code directly from git use :-

git clone http://git.byteme.org.uk/snowglobe.git/

To build the code you need to firstly ensure all dependencies are installed. The current list is always inside the file debian/control within the repository.

Note that the git repository is synced from Linden Labs SVN server and contains the various snowglobe branches 1.0, 1.1, 1.2, 1.3 and trunk, the current 1.X builds that we provide are based on the 1.3 branch

To compile the code use :-

cd 1.3/
make -f debian/rules build

The resulting binary will be indra/build/newview/snowglobe
If you do not have the snowglobe-data package installed the binary will not run, you can generate the packages with the following command :-

make -f debian/rules binary

This will generate snowglobe and snowglobe-data debs in the parent directory.