Difference between revisions of "Microsoft Windows Builds"
Jump to navigation
Jump to search
Rob Linden (talk | contribs) (updated with MSVS 2005 as supported compiler) |
Rob Linden (talk | contribs) (→Visual Studio 2008 and Visual C++ 2008 Express: adapted some other instructions) |
||
Line 26: | Line 26: | ||
* Visual C++ 2008 Express | * Visual C++ 2008 Express | ||
Instructions: [[Compiling the Viewer (MSVS2008)]]. | |||
=== Cross compiling with gcc on Linux === | === Cross compiling with gcc on Linux === |
Revision as of 16:46, 28 October 2008
On Windows, there are several options on build (compile) environment of the Second Life.
Linden-Supported Compilers
Supported compiler:
- Latest releases (1.21 and later):
- Visual Studio .NET 2005 Professional
- Instructions: Compiling the viewer (MSVS2005).
- Older releases (1.20 and earlier)
- Visual Studio .NET 2003 Professional
- Instructions: Compiling the viewer (MSVS2003).
Community Experimental Compilers
Visual C++ 2005 Express
Visual C++ 2005 Express build instructions are on: Compiling the viewer (MSVS2005).
Visual Studio 2008 and Visual C++ 2008 Express
Visual Studio 2008 needs some work:
- Visual Studio 2008
- Visual C++ 2008 Express
Instructions: Compiling the Viewer (MSVS2008).
Cross compiling with gcc on Linux
mingw needs some work:
- i686-mingw
Build instructions are on: Cross compiling the viewer (i686-mingw32).