Difference between revisions of "Get source and compile"

From Second Life Wiki
Jump to navigation Jump to search
m
m
Line 1: Line 1:
{{OSWikiContribBox}}
{{OSWikiContribBox}}


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.
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 ==
= Getting the source =


=== Download Source Archives (Zipfile/Tarball) ===
== Download Source Archives (Zipfile/Tarball) ==


Linden Lab 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.


=== Version Control ===
== Version Control ==


Linden Lab also maintains a version control repository.  There are some ''unofficial'' repositories, too.  See the [[version control repository]] page for more details.
Linden Lab also maintains a version control repository.  There are some ''unofficial'' repositories, too.  See the [[version control repository]] page for more details.


== Compiling ==
= Compiling =


Per platform instructions are available for the following platforms:
Per platform instructions are available for the following platforms:

Revision as of 18:21, 18 August 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

Download Source Archives (Zipfile/Tarball)

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. There are some unofficial repositories, too. 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