Difference between revisions of "Microsoft Windows Builds"
Jump to navigation
Jump to search
Alissa Sabre (talk | contribs) (Added links to translated versions.) |
|||
Line 12: | Line 12: | ||
== Community Supported Compilers == | == Community Supported Compilers == | ||
It's generally possible to build under these compilers with | It's generally possible to build under these compilers with little or no extra effort: | ||
* Visual Studio 2005 Professional | * Visual Studio 2005 Professional | ||
* Visual C++ 2005 Express | * Visual C++ 2005 Express | ||
* Visual Studio 2008 | |||
Build instructions are on: [[Compiling the viewer (MSVS2005)]]. | Build instructions are on: [[Compiling the viewer (MSVS2005)]]. | ||
Revision as of 15:04, 2 June 2008
On Windows, there are several options on build (compile) environment of the Second Life.
Linden-Supported Compilers
For current release branches, the single supported MSVS version is:
- Visual Studio .NET 2003 Professional
Build instructions are on: Compiling the viewer (MSVS2003).
Community Supported Compilers
It's generally possible to build under these compilers with little or no extra effort:
- Visual Studio 2005 Professional
- Visual C++ 2005 Express
- Visual Studio 2008
Build instructions are on: Compiling the viewer (MSVS2005).
Community Experimental Compilers
Visual Studio 2008 and Visual C++ 2008 Express
Visual Studio 2008 is in need of TLC:
- Visual Studio 2008
- Visual C++ 2008 Express
Build instructions are on: Compiling the Viewer (MSVS2008).
Cross compiling with gcc on Linux
mingw is in need of TLC:
- i686-mingw
Build instructions are on: Cross compiling the viewer (i686-mingw32).