Source repository (GIT)
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.


May 12, 2010 - 3:56 pm
Branch 1.3 isn’t there currently.
Looking to rebuild my omvviewer
Trunk doesn’t seem to build. Is there a step-by-step guide for this? I seem to remember one form the old site.
May 12, 2010 - 6:29 pm
Oh i better look in to that, its really suppose to be almost as easy as above, and trunk should build as well. Can you let me know what errors you are getting, email me with them if you like