Difference between revisions of "LLQtWebKit"

From Second Life Wiki
Jump to navigation Jump to search
Line 7: Line 7:
== Build instructions ==
== Build instructions ==
==== Windows ====
==== Windows ====
The windows version of the build instructions can be found [https://wiki.secondlife.com/wiki/LLQtWebKit_Win32_Build_Instructions here].
The Windows version of the build instructions can be found [https://wiki.secondlife.com/wiki/LLQtWebKit_Win32_Build_Instructions here].


==== Mac OSX ====
==== Mac OSX ====
The windows version of the build instructions can be found [https://wiki.secondlife.com/wiki/LLQtWebKit_Mac_OSX_Build_Instructions here].
The Mac OSX version of the build instructions can be found [https://wiki.secondlife.com/wiki/LLQtWebKit_Mac_OSX_Build_Instructions here].


==== Linux ====
==== Linux ====
The windows version of the build instructions can be found [https://wiki.secondlife.com/wiki/LLQtWebKit_Linux_Build_Instructions here].
The Linux version of the build instructions can be found [https://wiki.secondlife.com/wiki/LLQtWebKit_Linux_Build_Instructions here].


== Previous Versions ==
== Previous Versions ==

Revision as of 01:40, 2 September 2009

Introduction

LLQtWebKit is a static library that renders Web content into a memory buffer using code from version 4.5.2 of the Qt/WebKit project. It is currently used by the Media Plugin API to render Web content in Second Life.

Browse the code

The code for LLQtWebKit is stored in a Mercurial code repository. You can browse the code here using a Web browser.

Build instructions

Windows

The Windows version of the build instructions can be found here.

Mac OSX

The Mac OSX version of the build instructions can be found here.

Linux

The Linux version of the build instructions can be found here.

Previous Versions

  • LLMozLib2 - the initial version of a Web content rendering library for Second Life that used the Mozilla/Gecko rendering engine. This is now deprecated.
  • Qt WebKit - a poorly named version of the Web content rendering engine for Second Life that uses Qt/WebKit to render but retained the same method/class names from LLMozLib2. This is now deprecated.