Menu

Tree [177ea9] master /
 History

HTTPS access


File Date Author Commit
 CSJ2K 2010-08-06 John Hurliman John Hurliman [3fb3d1] * Reverting the CSJ2K Array.Copy -> Buffer.Bloc...
 OpenMetaverse 2016-04-06 Melanie Thielker Melanie Thielker [177ea9] Add the AgeVerified constant to the avatar flag...
 OpenMetaverse.GUI 2015-11-06 Latif Khalifa Latif Khalifa [265433] Change copyright year a bit ahead of time
 OpenMetaverse.Rendering.Meshmerizer 2013-08-04 Latif Khalifa Latif Khalifa [794bc3] Use PrimMesher's VertexIndexer
 OpenMetaverse.Rendering.Simple 2015-11-06 Latif Khalifa Latif Khalifa [265433] Change copyright year a bit ahead of time
 OpenMetaverse.StructuredData 2015-11-06 Latif Khalifa Latif Khalifa [265433] Change copyright year a bit ahead of time
 OpenMetaverse.Tests 2016-03-19 Takeshich NAKAMURA Takeshich NAKAMURA [74448d] Fix [LIBOMV-985] Matrix4.Inverse fails to calcu...
 OpenMetaverse.Utilities 2015-11-06 Latif Khalifa Latif Khalifa [265433] Change copyright year a bit ahead of time
 OpenMetaverseTypes 2016-03-19 Takeshich NAKAMURA Takeshich NAKAMURA [74448d] Fix [LIBOMV-985] Matrix4.Inverse fails to calcu...
 Programs 2015-11-06 Latif Khalifa Latif Khalifa [265433] Change copyright year a bit ahead of time
 bin 2015-06-10 Latif Khalifa Latif Khalifa [6465ec] Added avatar_skeleton.xml
 data 2015-07-25 Cinder Cinder [02f712] Add Experience block to ScriptQuestionPacket
 docs 2015-11-06 Latif Khalifa Latif Khalifa [f47dcb] Change domain name to openmetaverse.co
 openjpeg-dotnet 2012-11-01 Latif Khalifa Latif Khalifa [3731ee] Compile openjpeg in 32 bit mode on OS X
 .gitignore 2013-12-01 Latif Khalifa Latif Khalifa [e78a19] Initial GTK version of GridProxy
 LICENSE.txt 2015-11-06 Latif Khalifa Latif Khalifa [265433] Change copyright year a bit ahead of time
 README.txt 2015-11-06 Shy Robbiani Shy Robbiani [0a702c] Missing new domain name in Linux/Compiling section
 mapgen.bat 2009-10-07 Jim Radford Jim Radford [acdb97] LIBOMV-576 Removing OpenMetaverseCore library, ...
 nantprebuild 2009-05-20 baba baba [069f33] Add buildfile for running prebuild and compilin...
 prebuild.xml 2015-08-07 Diva Canto Diva Canto [813f97] Commented prebuild of project that doesn't seem...
 runprebuild.sh 2013-11-06 Latif Khalifa Latif Khalifa [60acb8] Use newer nunit
 runprebuild2010.bat 2015-07-24 Latif Khalifa Latif Khalifa [29c1a3] Switch to .NET 4.0 (requires Mono 2.10 or newer
 runprebuild2012.bat 2015-07-24 Latif Khalifa Latif Khalifa [29c1a3] Switch to .NET 4.0 (requires Mono 2.10 or newer
 runprebuild2013.bat 2014-10-15 Heather Heather [fc7d03] runprebuild2013.bat for .NET 4.0

Read Me

libOpenMetaverse Library Quick Start


Finding Help
------------

If you need any help we have a couple of resources, the primary one being 
the #libomv-dev IRC channel on Freenode. There is also the libomv-dev mailing list 
at http://groups.google.com/group/libomv-dev. You can find us 
in-world via the open invitation libsecondlife group.

Source Code:
   To checkout a copy of libopenmv trunk
   git clone https://github.com/openmetaversefoundation/libopenmetaverse.git libopenmetaverse

For more details see: 
   http://lib.openmetaverse.co/wiki/Download#Development
   http://lib.openmetaverse.co/wiki/Getting_Started

Getting started on Windows
====================================================================================


Prerequisites (all Freely Available)
--------------------------------------

Microsoft .NET Framework 3.5 - Get directly from Windows Update.
Visual C# Express - http://msdn.microsoft.com/vstudio/express/visualcsharp/

Optional-
nAnt (0.86) - http://nant.sourceforge.net/
nUnit Framework (2.2.8 or greater) - http://www.nunit.org/


Compiling
---------
For Visual Studio 2008/Visual C# Express 2008
1. Open Explorer and browse to the directory you extracted the source distribution to
2. Double click the runprebuild2008.bat file, this will create the necessary solution and project files
3. open the solution OpenMetaverse.sln from within Visual Studio
4. From the Build Menu choose Build Solution (or press the F6 Key)

The library, example applications and tools will be in the bin directory

For Visual Studio 2010:
1. Open Explorer and browse to the directory you extracted the source distribution to
2. Double click the runprebuild2010.bat file, this will create the necessary solution and project files
3. open the solution OpenMetaverse.sln from within Visual Studio
4. From the Build Menu choose Build Solution (or press the F6 Key)

The library, example applications and tools will be in the bin directory

For more details http://lib.openmetaverse.co/wiki/Getting_Started


Getting started on Linux
====================================================================================

Prerequisites Needed
--------------------

mono 2.4 - http://www.mono-project.com/

Optional-
nUnit Framework (2.2.8 or greater) - http://www.nunit.org/
nAnt (0.86) - http://nant.sourceforge.net/

Compiling
---------

Using nant:
1. Change to the directory you extracted the source distribution to
2. run the prebuild file: % sh runprebuild.sh nant - This will generate the required nant build files and run
   nant with the correct buildfile parameter to build the library, examples and tools

Using mono xbuild:
1. Change to the directory you extracted the source distribution to
2. run the prebuild file: % sh runprebuild.sh - This will generate the solution files for xbuild
3. Compile the solution with the command: % xbuild OpenMetaverse.sln

The library, example applications and tools will be in the bin directory

For more details http://lib.openmetaverse.co/wiki/Getting_Started


Happy fiddling,
-- OpenMetaverse Ninjas