Changes between Version 86 and Version 87 of EFLWebKit


Ignore:
Timestamp:
Dec 3, 2012 7:36:48 AM (11 years ago)
Author:
laszlo.gombos@gmail.com
Comment:

Document the possibility of building WebKit2-only - see http://trac.webkit.org/changeset/136398

Legend:

Unmodified
Added
Removed
Modified
  • EFLWebKit

    v86 v87  
    135135}}}
    136136
     137To create a build with WebKit2-only support (no WebKit1) use the following:
     138
     139{{{
     140WebKit$ ./Tools/Scripts/build-webkit --efl --cmakeargs="-DENABLE_WEBKIT=OFF"
     141}}}
     142
    137143As with any CMake project, it is later possible to edit the existing build configuration by using tools such as `ccmake` or `cmake-gui`.
    138144