Changes between Version 16 and Version 17 of WinCE
- Timestamp:
- Aug 21, 2012, 5:21:14 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WinCE
v16 v17 9 9 == Status == 10 10 11 WebKit WinCE port is based on the work by Torch Mobile and is currently under development.11 WebKit WinCE port is based on the work done by [http://www.torchmobile.com/ Torch Mobile] before they have been acquired by [http://www.rim.com/ RIM]. Their code has beend made public and integrated into WebKit trunk. There is also a [http://build.webkit.org/builders/WinCE%20Release%20%28Build%29 Buildslave], which checks if the latest revision compiles for WinCE. 12 12 13 13 == Getting the Source == 14 14 15 Follow the procedures to [http://webkit.org/building/checkout.html checkout the source code], but it is recommended to not use the most up to date WebKit build as it is currently broken for WinCE. A working version of webkit source for CE is hosted at http://gitorious.org/+wincewebkit-developers/webkit/wincewebkit You will still need to get the webkit support libraries as shown in the "Getting Webkit" instructions, but do not run the "update-webkit" script, only run the "update-webkit-auxiliary-libs" script15 Follow the the offical procedures to [http://webkit.org/building/checkout.html checkout the source code]. 16 16 17 17 You also need to get the source code of third party libraries: … … 48 48 Because the offical CMake has no support for Windows CE at the moment, we need to use a special CMake version. 49 49 50 Please install the latest CMake versionfrom http://cmake.org/cmake/resources/software.html.50 Please install the CMake version 2.8.3 from http://cmake.org/cmake/resources/software.html. 51 51 52 52 ==== Build CMake with WinCE support (recommended) ==== … … 161 161 If you have questions please send an email to the [http://groups.google.com/group/wincewebkit Windows CE WebKit Mailinglist]. 162 162 163 The staging area of the current developmentcan be found at http://gitorious.org/+wincewebkit-developers/webkit/wincewebkit.163 Some old code can be found at http://gitorious.org/+wincewebkit-developers/webkit/wincewebkit.