Difference between revisions of "Get source and compile"

From Second Life Wiki
Jump to navigation Jump to search
m
Line 17: Line 17:


Per platform instructions are available for the following platforms:
Per platform instructions are available for the following platforms:
* [[Compiling the viewer (MSVS2003)|Microsoft Windows - Visual Studio .NET 2003]] (recommended, Linden Lab uses VS2003)
** see also: [[Compiling the viewer libraries (MSVS 2003)]]
* [[Compiling the viewer (MSVS2005)|Microsoft Windows - Visual Studio 2005 & Visual C++ 2005 Express]]
* [[Compiling the viewer (MSVS2005)|Microsoft Windows - Visual Studio 2005 & Visual C++ 2005 Express]]
* [[Compiling the viewer (MSVS2003)|Microsoft Windows - Visual Studio .NET 2003]]
** see also: [[Compiling the viewer libraries (MSVS 2003)]]
* [[Cross compiling the viewer (i686-mingw32)|Microsoft Windows - Cross compiling on Linux]]
* [[Cross compiling the viewer (i686-mingw32)|Microsoft Windows - Cross compiling on Linux]]
* [[Compiling the viewer (Mac OS X)|Mac OS X]]
* [[Compiling the viewer (Mac OS X)|Mac OS X]]

Revision as of 05:56, 9 June 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

Zipfile/Tarball 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. 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