Download
From OpenSimulator
(→Official Release Builds) |
(Did some page layout. Removed discussion comments from page) |
||
Line 1: | Line 1: | ||
− | + | ==Sourcecode== | |
− | = | + | SVN can be downloaded for Windows from [http://subversion.tigris.org/servlets/NewsItemView?newsItemID=1941 here], or for Mac OS X 10.4.x [http://homepage.mac.com/martinott/Subversion-1.4.4.pkg.zip here]. SVN is built into Mac OS X 10.5. These are the last version that were considered "stable" and useable in a test environment.<br> |
− | + | * '''Latest version (usually unstable)''' | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | SVN can be downloaded for Windows from [http://subversion.tigris.org/servlets/NewsItemView?newsItemID=1941 here], or for Mac OS X 10.4.x [http://homepage.mac.com/martinott/Subversion-1.4.4.pkg.zip here]. SVN is built into Mac OS X 10.5. | + | |
− | + | ||
− | * | + | |
svn co http://opensimulator.org/svn/opensim/trunk opensim | svn co http://opensimulator.org/svn/opensim/trunk opensim | ||
− | + | * '''Version 0.5.1''' | |
− | * | + | http://opensimulator.org/cgi-bin/viewcvs.cgi/tags/0.5.1-release.tar.gz?view=tar |
− | svn co http://opensimulator.org/svn/opensim/tags/0.4.5. | + | svn co http://opensimulator.org/svn/opensim/tags/0.5.1-release opensim |
− | + | * '''Version 0.5.0''' | |
− | + | http://opensimulator.org/cgi-bin/viewcvs.cgi/tags/0.5.0-release.tar.gz?view=tar | |
− | + | svn co http://opensimulator.org/svn/opensim/tags/0.5.0-release opensim | |
+ | * '''Version 0.4.0''' | ||
+ | http://dist.opensimulator.org/opensim-0.4.zip<br> | ||
+ | http://dist.opensimulator.org/opensim-0.4.tar.gz<br> | ||
+ | svn co http://opensimulator.org/svn/opensim/tags/0.4.5.3-stable opensim | ||
for those who prefer git, there is an "unofficial mirror" of SVN into git. It is intended for the collaborative prototyping/proofs of concept, etc. | for those who prefer git, there is an "unofficial mirror" of SVN into git. It is intended for the collaborative prototyping/proofs of concept, etc. | ||
− | |||
git clone http://opensim.be/git/opensim-svn.git | git clone http://opensim.be/git/opensim-svn.git | ||
− | |||
If you know SVN and are interested to compare git, refer to the [http://git.or.cz/course/svn.html crash course] | If you know SVN and are interested to compare git, refer to the [http://git.or.cz/course/svn.html crash course] | ||
− | =Binaries= | + | ==Binaries== |
− | + | ===Official Builds=== | |
− | ==Official | + | * [http://osgrid.org/download/opensim-0.5.1.tar.gz OpenSim 0.5.1] |
− | * [http://osgrid.org/download/opensim-0.5.1.tar.gz 0.5.1] | + | ===Unofficial Builds=== |
− | + | * [http://opensim.be/build/ OpenSim.be Nightly Builds] | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | ==Unofficial Builds == | + | |
− | + | ||
− | + | ||
These are compiled binary packages created daily from the svn repository. The EXE's can be run natively under Windows, but requires Mono to run under Mac OS X and Linux. They default to a standalone region setup, and can be configured normally. | These are compiled binary packages created daily from the svn repository. The EXE's can be run natively under Windows, but requires Mono to run under Mac OS X and Linux. They default to a standalone region setup, and can be configured normally. | ||
− | + | * [http://www.realxtend.org/get.php?id=2 RealXtend Build] | |
− | http:// | + | |
− | + | ||
− | + | ||
This is a modified version designed to work with the [[RealXtend]] viewer. It's not required for their client, but some features will not work without it. | This is a modified version designed to work with the [[RealXtend]] viewer. It's not required for their client, but some features will not work without it. | ||
− | + | * [http://openlifegrid.com/Downloads/tabid/67/Default.aspx OpenLife Standalone Version w/GUI] | |
− | http:// | + | |
− | + | ||
− | + | ||
Preconfigured standalone region based on SVN3697 -STABLE (29 FEB 08) includes a simple GUI/ Voice with ReX Viewer. Login to download. | Preconfigured standalone region based on SVN3697 -STABLE (29 FEB 08) includes a simple GUI/ Voice with ReX Viewer. Login to download. | ||
− | + | * [[VMware_Appliance|VMware Appliance]] | |
− | + | An unofficial VMware Appliance... | |
− | + | [[Category:Users]] | |
− | + | [[Category:Developers]] | |
− | An unofficial VMware Appliance | + | |
− | + | ||
− | [[Category: | + |
Revision as of 09:27, 15 March 2008
Contents |
Sourcecode
SVN can be downloaded for Windows from here, or for Mac OS X 10.4.x here. SVN is built into Mac OS X 10.5. These are the last version that were considered "stable" and useable in a test environment.
- Latest version (usually unstable)
svn co http://opensimulator.org/svn/opensim/trunk opensim
- Version 0.5.1
http://opensimulator.org/cgi-bin/viewcvs.cgi/tags/0.5.1-release.tar.gz?view=tar
svn co http://opensimulator.org/svn/opensim/tags/0.5.1-release opensim
- Version 0.5.0
http://opensimulator.org/cgi-bin/viewcvs.cgi/tags/0.5.0-release.tar.gz?view=tar
svn co http://opensimulator.org/svn/opensim/tags/0.5.0-release opensim
- Version 0.4.0
http://dist.opensimulator.org/opensim-0.4.zip
http://dist.opensimulator.org/opensim-0.4.tar.gz
svn co http://opensimulator.org/svn/opensim/tags/0.4.5.3-stable opensim
for those who prefer git, there is an "unofficial mirror" of SVN into git. It is intended for the collaborative prototyping/proofs of concept, etc.
git clone http://opensim.be/git/opensim-svn.git
If you know SVN and are interested to compare git, refer to the crash course
Binaries
Official Builds
Unofficial Builds
These are compiled binary packages created daily from the svn repository. The EXE's can be run natively under Windows, but requires Mono to run under Mac OS X and Linux. They default to a standalone region setup, and can be configured normally.
This is a modified version designed to work with the RealXtend viewer. It's not required for their client, but some features will not work without it.
Preconfigured standalone region based on SVN3697 -STABLE (29 FEB 08) includes a simple GUI/ Voice with ReX Viewer. Login to download.
An unofficial VMware Appliance...