Download
From OpenSimulator
m (→git checkout) |
|||
Line 1: | Line 1: | ||
[[Category:Users]] | [[Category:Users]] | ||
+ | =Windows / Linux / Mac Binaries= | ||
+ | ==Nightly Builds (Recommended for testing)== | ||
+ | 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 can be downloaded from: | ||
+ | http://opensim.be/build/ | ||
+ | |||
+ | ==Official Release Builds (Recommended for production)== | ||
+ | * Link to compiled versions here. | ||
+ | |||
+ | ==Other== | ||
+ | ===OLG Standalone Version=== | ||
+ | Preconfigured standalone sim based on SVN3274 (5 FEB 08) includes a simple GUI and is available for download here: | ||
+ | |||
+ | http://openlifegrid.com/Downloads/tabid/67/Default.aspx | ||
+ | |||
+ | =Sources= | ||
== Stable Releases == | == Stable Releases == | ||
''Please update: Current Stable 0.5 (Links and packages required for 3172)'' | ''Please update: Current Stable 0.5 (Links and packages required for 3172)'' | ||
Line 18: | Line 33: | ||
(Source) svn co http://opensimulator.org/svn/opensim/tags/0.4.5.2-stable opensim | (Source) svn co http://opensimulator.org/svn/opensim/tags/0.4.5.2-stable opensim | ||
− | |||
− | |||
− | |||
== SVN Checkout == | == SVN Checkout == | ||
Line 38: | Line 50: | ||
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] | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
[[Category:Getting Started]] | [[Category:Getting Started]] |
Revision as of 16:31, 22 February 2008
Contents |
Windows / Linux / Mac Binaries
Nightly Builds (Recommended for testing)
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 can be downloaded from: http://opensim.be/build/
Official Release Builds (Recommended for production)
- Link to compiled versions here.
Other
OLG Standalone Version
Preconfigured standalone sim based on SVN3274 (5 FEB 08) includes a simple GUI and is available for download here:
http://openlifegrid.com/Downloads/tabid/67/Default.aspx
Sources
Stable Releases
Please update: Current Stable 0.5 (Links and packages required for 3172)
These are the last version that were considered "stable" and useable in a test enviornment.
- Version 0.5.0
(Source) http://opensimulator.org/cgi-bin/viewcvs.cgi/tags/0.5.0-release.tar.gz?view=tar
(Source) svn co http://opensimulator.org/svn/opensim/tags/0.5.0-release opensim
- Version 0.4.0
(Source) http://dist.opensimulator.org/opensim-0.4.zip
(Source) http://dist.opensimulator.org/opensim-0.4.tar.gz
(Source) svn co http://opensimulator.org/svn/opensim/tags/0.4.5.2-stable opensim
SVN Checkout
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.
- For the very latest (and usually unstable) source:
svn co http://opensimulator.org/svn/opensim/trunk opensim
- For 0.4.5.2 Stable version:
svn co http://opensimulator.org/svn/opensim/tags/0.4.5.2-stable opensim
git checkout
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