Changes between Version 16 and Version 17 of WinCE


Ignore:
Timestamp:
Aug 21, 2012 5:21:14 AM (12 years ago)
Author:
Patrick Gansterer
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WinCE

    v16 v17  
    99== Status ==
    1010
    11 WebKit WinCE port is based on the work by Torch Mobile and is currently under development.
     11WebKit 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.
    1212
    1313== Getting the Source ==
    1414
    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" script
     15Follow the the offical procedures to [http://webkit.org/building/checkout.html checkout the source code].
    1616
    1717You also need to get the source code of third party libraries:
     
    4848Because the offical CMake has no support for Windows CE at the moment, we need to use a special CMake version.
    4949
    50 Please install the latest CMake version from http://cmake.org/cmake/resources/software.html.
     50Please install the CMake version 2.8.3 from http://cmake.org/cmake/resources/software.html.
    5151
    5252==== Build CMake with WinCE support (recommended) ====
     
    161161If you have questions please send an email to the [http://groups.google.com/group/wincewebkit Windows CE WebKit Mailinglist].
    162162
    163 The staging area of the current development can be found at http://gitorious.org/+wincewebkit-developers/webkit/wincewebkit.
     163Some old code can be found at http://gitorious.org/+wincewebkit-developers/webkit/wincewebkit.