Difference between revisions of "Get source and compile"

From Second Life Wiki
Jump to navigation Jump to search
(→‎OSLCC: updated for 1.15.0 release)
Line 9: Line 9:
=== Official Downloads ===
=== Official Downloads ===


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


=== OSLCC ===
=== Version Control ===


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: (or click to browse)
Linden Lab also maintains a version control repository.  See the [[version control repository]] page for more details.  
 
{|
|Latest:
|[http://oslcc.svn.sourceforge.net/viewvc/oslcc/ll/release/branches/1.15.0 https://oslcc.svn.sourceforge.net/svnroot/oslcc/ll/release/branches/1.15.0/trunk]
|-
|Previous:
|[http://oslcc.svn.sourceforge.net/viewvc/oslcc/ll/release http://oslcc.svn.sourceforge.net/viewvc/oslcc/ll/release]
|}
 
=== OpenMetaverse ===
 
[http://openmetaverse.org OpenMetaverse] hosts an OpenSL project with a public subversion repository.


== Compiling ==
== Compiling ==

Revision as of 11:48, 3 May 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

Linden Labs distributes the viewer source code on the source downloads page. Linden 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 Lab does provide current and past downloads in an archived format, see the source downloads page.

Version Control

Linden Lab also maintains a version control repository. See the version control repository page for more details.

Compiling

Per platform instructions are available for the following platforms:

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

See Improving compilation time for information on how to compile faster