Difference between revisions of "QtWebKit"
Jump to navigation
Jump to search
Rob Linden (talk | contribs) (Instruction page) |
Rob Linden (talk | contribs) |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
QtWebKit is an HTML rendering library, which incorporates [http://webkit.org WebKit] into [http://qtsoftware.com Nokia's Qt]. Linden Lab is working with [http://torchmobile.com Torch Mobile] to integrate WebKit into Second Life. | QtWebKit is an HTML rendering library, which incorporates [http://webkit.org WebKit] into [http://qtsoftware.com Nokia's Qt]. Linden Lab is working with [http://torchmobile.com Torch Mobile] to integrate WebKit into Second Life. | ||
* [[QtWebkitWin32BuildInstructions]] Windows build instructions. | |||
* [[WebKit_worklist]] Todo list. | |||
== Getting the source == | == Getting the source == | ||
Line 14: | Line 17: | ||
That should give you a couple of the very latest source code. | That should give you a couple of the very latest source code. | ||
[[Category:Open Source Portal]] |
Latest revision as of 17:07, 6 February 2009
QtWebKit is an HTML rendering library, which incorporates WebKit into Nokia's Qt. Linden Lab is working with Torch Mobile to integrate WebKit into Second Life.
- QtWebkitWin32BuildInstructions Windows build instructions.
- WebKit_worklist Todo list.
Getting the source
The source code for this port is available via Git:
- Browse the source
- Changelog
- Get Git - clients available for Windows, Mac and Linux.
- Run the following commands:
git clone git://code.staikos.net/llmozlib
cd llmozlib
git checkout -b qtwebkit origin/qtwebkit
That should give you a couple of the very latest source code.