Difference between revisions of "Get source and compile"

From Second Life Wiki
Jump to navigation Jump to search
(Pointing to main website; only want to maintain one page for downloads)
Line 6: Line 6:
== Getting the source ==
== Getting the source ==


The Second Life source code can be downloaded from here:
Get the source code from the {{OSWebsite|getit|alt=Get it! page on secondlife.com}}. Be sure to pay attention to the {{OSWebsite|licenses|alt=applicable licenses}}
 
* Source:
** [https://wiki.secondlife.com/static/2006/slviewer-src-20061219.zip Zipfile (.zip) for Windows]
** [https://wiki.secondlife.com/static/2006/slviewer-src-20061219.tar.gz Tarball (.tar.gz) for Mac/Linux]
* Support Libraries
** [https://wiki.secondlife.com/static/2006/slviewer-win32-libs-20061219.zip Windows libraries]
** [https://wiki.secondlife.com/static/2006/slviewer-darwin-libs-20061219.tar.gz Mac OS X (Darwin) libraries]
** [https://wiki.secondlife.com/static/2006/slviewer-linux-libs-20061219.tar.gz Linux libraries]
 
 
New, untested versions:
* Source:
** [https://wiki.secondlife.com/static/2007/slviewer-src-20070104.zip Zipfile (.zip) for Windows]
** [https://wiki.secondlife.com/static/2007/slviewer-src-20070104.tar.gz Tarball (.tar.gz) for Mac/Linux]
* Support Libraries
** [https://wiki.secondlife.com/static/2007/slviewer-win32-libs-20070104.zip Windows libraries]
** [https://wiki.secondlife.com/static/2007/slviewer-darwin-libs-20070104.tar.gz Mac OS X (Darwin) libraries]
** [https://wiki.secondlife.com/static/2007/slviewer-linux-libs-20070104.tar.gz Linux libraries]
 
 
We use CRLF line endings for text files in zipfiles (preferred on Windows), while using LF line endings in tarballs (preferred on POSIX systems like Mac and Linux).
 
To understand what you are looking at after you get the code, see [[viewer source]].


== Compiling ==
== Compiling ==

Revision as of 03:33, 7 January 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

Get the source code from the Get it! page on secondlife.com. Be sure to pay attention to the applicable licenses

Compiling

Per platform instructions are available for the following platforms:

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.