The source code and my artwork files are licenced under the General Public Licence (GPL) V2 and Copyright (C) 2007-2009 Robin Cornelius

The remaining artwork files are licenced under the Creative Commons Share and Share Alike 3.0 and Copyright (C) 2002-2009 Linden Research Inc.

libomv is licenced under the BSD license and Copyright (C) 2007-2009 The libomv team/Second Life Reverse Engineering Team

You can grab the latest source from our git repository :-

git-clone git://git.byteme.org.uk/home/git/omvviewer-light.git

I am planning on setting up automatic tarballs but thats not done yet! NOTE the old SVN repository is NOW out of date and no longer updated all new updates will go to git

You can track commits via https://www.ohloh.net/p/omvviewer-light/commits please feel to make yourself as a user of omvviewer-light on Ohloh!

Building the source

Windows

Open the Visual C# 2008 project file. You should then be able to just compile directly. If the project complains of missing Gtk# references you will need to manualy add these to the references section by editing the references, adding a new one and browsing to find the Gtk# dlls.

Mono develop

Open the Monodevelop solution file with monodevelop, press build to build. Again you will need to have preinstalled Gtk# on your system

Nant

Enter the omvviewer-light folder then run

build_all.sh 

The script should build libomv and omvviewer light, leaving the results in omvviewer-light/bin/

In all cases the compiled results will be in omvviewer-light/bin/. If you are using an IDE you may run directly from the IDE or go to the bin/ folder and run omvviewer-light.exe from there.