Difference between revisions of "QtWebKit"
Jump to navigation
Jump to search
Rob Linden (talk | contribs) |
|||
Line 17: | 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.