Download
From libsecondlife
Current Release
The current release version is 0.6.3 released June 1, 2009
- Download a precompiled binary version in zip format
- Download a precompiled binary version with windows installer
You can download the source for this release from:
If you are using TortoiseSVN for windows the URL would be:
Previous Releases
The previous releases can be found in the previous releases page
Development
The latest development version is in SVN:
If you are using TortoiseSVN for windows the URL would be:
The SVN checkout URL for developers is :
You can also download a source tarball of the libsecondlife trunk. < libopenmetaverse-trunk.tar.gz >
Browse It
You can browse the code via ViewVC
Non-BSD and Miscellaneous Code
Any non-BSD licensed or miscellaneous code is kept in a separate repository at https://openmv.org/svn/misc.
Structure
| Path | Used For |
|---|---|
| trunk/ | Development branch for the next major version. Possibly Unstable. This is where primary development takes place for non breaking changes, bug fixes, and |
| branches/0.x-devel | Testing branch where features are backported for testing before a point release is made. This could also be called a release candidate branch, no new features should be committed, only bug fixes and inline documentation. |
| tags/0.X.X | Stable branch for point releases between major releases. |
| branches/experimental/<something> | Developer specific branches, where experiemental code or features go. |
- The way it works
In an effort to stabilize libsecondlife and to start putting out a regular release we have restructured our SVN tree.
We will now have a stable and versioned releases which are marked by version numbered tags. For example tags/0.4.0/ would be version 0.4.0.
The trunk/ is for the latest development. This branch is unstable and more likely to be broken. Suitable for developer testing but not recommended for release with any application.