QtWebKit: Difference between revisions
Jump to navigation
Jump to search
Rob Linden (talk | contribs) Instruction page |
(No difference)
|
Revision as of 17:05, 20 January 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.
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.