Changes between Version 86 and Version 87 of EFLWebKit
- Timestamp:
- Dec 3, 2012, 7:36:48 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
EFLWebKit
v86 v87 135 135 }}} 136 136 137 To create a build with WebKit2-only support (no WebKit1) use the following: 138 139 {{{ 140 WebKit$ ./Tools/Scripts/build-webkit --efl --cmakeargs="-DENABLE_WEBKIT=OFF" 141 }}} 142 137 143 As with any CMake project, it is later possible to edit the existing build configuration by using tools such as `ccmake` or `cmake-gui`. 138 144