From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
(Source code)
Line 9: Line 9:
 
Also, please be aware that OpenSim requires that you have a fair amount of technical knowledge in order to set it up.
 
Also, please be aware that OpenSim requires that you have a fair amount of technical knowledge in order to set it up.
  
The lastest source releases are always hosted at http://dist.opensimulator.org, the current latest releases is '''0.6.5''' and provided as:
+
The latest source releases are always hosted at http://dist.opensimulator.org, the current latest releases is '''0.6.6''' and provided as:
* http://dist.opensimulator.org/opensim-0.6.5-release.tar.gz - best for Linux systems
+
* http://dist.opensimulator.org/opensim-0.6.6-release.tar.gz - best for Linux systems
* http://dist.opensimulator.org/opensim-0.6.5-release.zip - best for Windows systems
+
* http://dist.opensimulator.org/opensim-0.6.6-release.zip - best for Windows systems
  
 
The only difference between the two is the archive format, the source is exactly the same.
 
The only difference between the two is the archive format, the source is exactly the same.
Line 19: Line 19:
 
Instead of using a source archive release, you can pull specific releases from our subversion.  For Windows you can install just [http://subversion.tigris.org/servlets/NewsItemView?newsItemID=1941 Subversion] or the often preferred [http://tortoisesvn.tigris.org Tortoise Subversion extension]. Mac OS X 10.5 and above have Subversion built but OS. X 10.4.x can still [http://homepage.mac.com/martinott/Subversion-1.4.4.pkg.zip download Subversion].  All Linux systems should have subversion installed, or available from their package repositories.
 
Instead of using a source archive release, you can pull specific releases from our subversion.  For Windows you can install just [http://subversion.tigris.org/servlets/NewsItemView?newsItemID=1941 Subversion] or the often preferred [http://tortoisesvn.tigris.org Tortoise Subversion extension]. Mac OS X 10.5 and above have Subversion built but OS. X 10.4.x can still [http://homepage.mac.com/martinott/Subversion-1.4.4.pkg.zip download Subversion].  All Linux systems should have subversion installed, or available from their package repositories.
  
* '''0.6.5 Alpha with post-release fixes''' (preferred)
+
* '''0.6.6 Alpha with post-release fixes''' (preferred)
  svn co http://opensimulator.org/svn/opensim/branches/0.6.5-post-fixes opensim
+
  svn co http://opensimulator.org/svn/opensim/branches/0.6.6-post-fixes opensim
  
* '''0.6.5 Alpha release tag'''  
+
* '''0.6.6 Alpha release tag'''  
  svn co http://opensimulator.org/svn/opensim/tags/0.6.5-release opensim
+
  svn co http://opensimulator.org/svn/opensim/tags/0.6.6-release opensim
  
 
== Release notes ==
 
== Release notes ==
Line 29: Line 29:
 
These are extracted from the subversion history log and correlated with the tagged releases.  It should provide some idea of the changes between each tagged version.  How ever, since the tagged releases are moved out of the trunk, the versions aren't an exact correlation.  Please read and understand [[Release Cycle]] and [[On revisions, tags and branches]] before using this information.
 
These are extracted from the subversion history log and correlated with the tagged releases.  It should provide some idea of the changes between each tagged version.  How ever, since the tagged releases are moved out of the trunk, the versions aren't an exact correlation.  Please read and understand [[Release Cycle]] and [[On revisions, tags and branches]] before using this information.
 
* [[Recent]] (since last tagged version)
 
* [[Recent]] (since last tagged version)
 +
* [[0.6.6-release]] (SVN version 9961)
 
* [[0.6.5-release]] (SVN version 9667)
 
* [[0.6.5-release]] (SVN version 9667)
 
* [[0.6.4.1-release]] (SVN version 9009)
 
* [[0.6.4.1-release]] (SVN version 9009)
Line 64: Line 65:
 
==Installers==
 
==Installers==
  
* '''0.6.3 Windows Installer (Postfix Edition r8730)'''  
+
* '''0.6.3 Windows Installer (Post-fixes version r8730)'''
 
  http://forge.opensimulator.org/gf/download/frsrelease/175/441/OpenSim0.6.3Setup.exe
 
  http://forge.opensimulator.org/gf/download/frsrelease/175/441/OpenSim0.6.3Setup.exe
  
* '''0.6.2 Windows Installer'''  
+
* '''0.6.2 Windows Installer'''
 
  http://forge.opensimulator.org/gf/download/frsrelease/157/359/OpenSimSetup0.6.2.exe
 
  http://forge.opensimulator.org/gf/download/frsrelease/157/359/OpenSimSetup0.6.2.exe
 +
 +
* '''0.6.6 Mac OS X Installer (Post-fixes version r9993)'''
 +
http://forge.opensimulator.org/gf/download/frsrelease/198/587/OpenSimulator-0.6.6-post-fixes-r9993.dmg
  
 
* '''[[UnofficialDebPackages|Unofficial .deb packages]]
 
* '''[[UnofficialDebPackages|Unofficial .deb packages]]
Line 74: Line 78:
 
= Older Versions Archive =
 
= Older Versions Archive =
  
All older versions of OpenSim are available from the svn repo. Please be aware that even if there is zero official support for the latest version, there's even less support for older ones. They are kept here for historical and technological reference only.
+
All older versions of OpenSim are available from the SVN repo. Please be aware that even if there is zero official support for the latest version, there's even less support for older ones. They are kept here for historical and technological reference only.
  
 
The 'official' release tags are kept here:
 
The 'official' release tags are kept here:

Revision as of 23:17, 8 July 2009

Contents

Source code

Here are the current released versions of OpenSim.

Please see Branches for more information on the repository branches and what they are for.

Please note: As OpenSim is still at an alpha code maturity stage, there is absolutely no guarantee that functionality works or is stable, even in the numbered releases. Certain features may not work either because the code is in rapid evolution, or because functionality expected by the Linden Labs Second Life viewer has simply not been implemented yet. However, constructive feedback is still welcomed.

Also, please be aware that OpenSim requires that you have a fair amount of technical knowledge in order to set it up.

The latest source releases are always hosted at http://dist.opensimulator.org, the current latest releases is 0.6.6 and provided as:

The only difference between the two is the archive format, the source is exactly the same.

Release Code via Subversion

Instead of using a source archive release, you can pull specific releases from our subversion. For Windows you can install just Subversion or the often preferred Tortoise Subversion extension. Mac OS X 10.5 and above have Subversion built but OS. X 10.4.x can still download Subversion. All Linux systems should have subversion installed, or available from their package repositories.

  • 0.6.6 Alpha with post-release fixes (preferred)
svn co http://opensimulator.org/svn/opensim/branches/0.6.6-post-fixes opensim
  • 0.6.6 Alpha release tag
svn co http://opensimulator.org/svn/opensim/tags/0.6.6-release opensim

Release notes

These are extracted from the subversion history log and correlated with the tagged releases. It should provide some idea of the changes between each tagged version. How ever, since the tagged releases are moved out of the trunk, the versions aren't an exact correlation. Please read and understand Release Cycle and On revisions, tags and branches before using this information.

Binaries

The OpenSim project only does source based releases, which you must compile yourself. Many members of our community provide binary installers that you can used based on those source releases. Links below are provided for convenience.

Installers

  • 0.6.3 Windows Installer (Post-fixes version r8730)
http://forge.opensimulator.org/gf/download/frsrelease/175/441/OpenSim0.6.3Setup.exe
  • 0.6.2 Windows Installer
http://forge.opensimulator.org/gf/download/frsrelease/157/359/OpenSimSetup0.6.2.exe
  • 0.6.6 Mac OS X Installer (Post-fixes version r9993)
http://forge.opensimulator.org/gf/download/frsrelease/198/587/OpenSimulator-0.6.6-post-fixes-r9993.dmg

Older Versions Archive

All older versions of OpenSim are available from the SVN repo. Please be aware that even if there is zero official support for the latest version, there's even less support for older ones. They are kept here for historical and technological reference only.

The 'official' release tags are kept here:

http://opensimulator.org/svn/opensim/tags/

The post-fixes, as well as some experimental offshoots are kept here:

http://opensimulator.org/svn/opensim/branches/

Experimental Upstream Code

There Be Dragons Beyond This Point

If you are truly feeling dangerous, adventurous, or want to help us test the next version of OpenSim you are welcome to grab the latest unstable code out of our subversion trunk. Any warnings previous expressed about the alpha nature of the code go double or triple if you are running directly off of trunk. Never, ever, ever, never run this in production environments, it is not suitable for that unless you are very familiar with the source code, and can hot fix any piece of it (that probably means you are an OpenSim core member). Feedback and testing on the unstable tree is appreciated, as that helps us make the next release better. If this scares you from using trunk, that was intended.

If it breaks, you get to keep both pieces.

  • Latest Subversion revision version (bleeding edge)
svn co http://opensimulator.org/svn/opensim/trunk opensim
  • To checkout a specific revision
svn co -r #### http://opensimulator.org/svn/opensim/trunk opensim

where #### is the number of the desired revision.

Another option for obtaining the code is via git from the OpenSim Git Mirror. The git mirror only contains trunk code (no branches or tags) and may be up to 1 hour behind the svn trunk.

  • Latest git revision version (bleeding edge)
git clone http://opensimulator.org/git/opensim

Related Software

Related Software Section - CLICK HERE

Pages by Category: User-pages, Developer-pages, Scripts
UNIQ7623bd697ec737e3-cleanpage-00000000-QINU

Personal tools
General
About This Wiki