Download
From OpenSimulator
(Did some page layout. Removed discussion comments from page) |
(→Binaries) |
||
Line 23: | Line 23: | ||
* [http://opensim.be/build/ OpenSim.be Nightly Builds] | * [http://opensim.be/build/ OpenSim.be Nightly 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://ruth.petitbe.be/build/ Ruth Nightly Builds]] | ||
+ | Nightly builds, in tar-gzip format. | ||
* [http://www.realxtend.org/get.php?id=2 RealXtend Build] | * [http://www.realxtend.org/get.php?id=2 RealXtend Build] | ||
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. | ||
Line 29: | Line 31: | ||
* [[VMware_Appliance|VMware Appliance]] | * [[VMware_Appliance|VMware Appliance]] | ||
An unofficial VMware Appliance... | An unofficial VMware Appliance... | ||
+ | |||
+ | ==Dependacies== | ||
+ | The following packages and their dependencies are required to run OpenSim on a default Debian 4 netinstall: | ||
+ | ** mono | ||
+ | ** libmono-corlib2.0-cil | ||
+ | ** libmono-sqlite2.0-cil | ||
+ | ** libmono-system-web2.0-cil | ||
+ | ** libmono-microsoft8.0-cil | ||
+ | ** libmono-system-runtime2.0-cil | ||
+ | |||
[[Category:Users]] | [[Category:Users]] | ||
[[Category:Developers]] | [[Category:Developers]] |
Revision as of 08:28, 16 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.
Nightly builds, in tar-gzip format.
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...
Dependacies
The following packages and their dependencies are required to run OpenSim on a default Debian 4 netinstall:
- mono
- libmono-corlib2.0-cil
- libmono-sqlite2.0-cil
- libmono-system-web2.0-cil
- libmono-microsoft8.0-cil
- libmono-system-runtime2.0-cil