Difference between revisions of "Get source and compile"

From Second Life Wiki
Jump to navigation Jump to search
(added repository info for OSLCC and reformatted)
Line 5: Line 5:


== Getting the source ==
== Getting the source ==
Lindens Labs currently does not yet provide public access to a [[version control repository]]. However, there are other websites that do host repositories.
=== Official Downloads ===
Linden Labs does provide current and past downloads in an archived format, see the [[source downloads]] page.
=== OSLCC ===
The OSLCC project has a public Subversion repository hosted on SourceForge with the complete source tree as provided. If you are already familiar with Subversion, here is a list of repositories to the latest versions:
{|
|Release:
|[http://oslcc.svn.sourceforge.net/viewvc/oslcc/ll/release https://oslcc.svn.sourceforge.net/svnroot/oslcc/ll/release/trunk]
|-
|Focus Beta:
|[http://oslcc.svn.sourceforge.net/viewvc/oslcc/ll/release/branches/1.13.4 https://oslcc.svn.sourceforge.net/svnroot/oslcc/ll/release/branches/1.13.4/trunk]
|-
|First Look:
|[http://oslcc.svn.sourceforge.net/viewvc/oslcc/ll/release/branches/1.14.0 https://oslcc.svn.sourceforge.net/svnroot/oslcc/ll/release/branches/1.14.0/trunk]
|}
=== OpenMetaverse ===
[http://openmetaverse.org OpenMetaverse] hosts an OpenSL project with a public subversion repository.


For current and past downloads, see the [[source downloads]] page.


== Compiling ==
== Compiling ==
Line 22: Line 44:


== Version control repository ==
== Version control repository ==
We aren't yet providing live access to a version control repository.  However, if you're interested in learning more about the subject, see [[Version control repository]].
In the meantime, see the [http://opensecondlife.org OpenSL] project at OpenSecondLife.org, who have made available a public subversion repository.

Revision as of 21:52, 17 March 2007


Even if you don't plan to develop, just the act of downloading and compiling can uncover problems. If the version you download doesn't build on your platform, file a bug.

Getting the source

Lindens Labs currently does not yet provide public access to a version control repository. However, there are other websites that do host repositories.

Official Downloads

Linden Labs does provide current and past downloads in an archived format, see the source downloads page.

OSLCC

The OSLCC project has a public Subversion repository hosted on SourceForge with the complete source tree as provided. If you are already familiar with Subversion, here is a list of repositories to the latest versions:

Release: https://oslcc.svn.sourceforge.net/svnroot/oslcc/ll/release/trunk
Focus Beta: https://oslcc.svn.sourceforge.net/svnroot/oslcc/ll/release/branches/1.13.4/trunk
First Look: https://oslcc.svn.sourceforge.net/svnroot/oslcc/ll/release/branches/1.14.0/trunk

OpenMetaverse

OpenMetaverse hosts an OpenSL project with a public subversion repository.


Compiling

Per platform instructions are available for the following platforms:

See Common compilation problems if you run into errors while building.

Version control repository