Changes between Version 64 and Version 65 of EFLWebKit
- Timestamp:
- Aug 17, 2012 6:40:40 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
EFLWebKit
v64 v65 92 92 After having [http://webkit.org/building/checkout.html checked out the source code], run the script, which will take care of calling both CMake and make. 93 93 94 === Dependencies === 95 96 WebKit EFL makes it easy to pull in dependencies using jhbuild. Before your first build, depending on your OS and installed libs, you need to retrieve the dependencies. You can do that manually by calling 97 94 98 {{{ 95 WebKit$ ./Tools/Scripts/build-webkit --efl 99 WebKit$ ./Tools/Scripts/update-webkitefl-libs 100 }}} 101 102 or alternatively by adding the parameter 103 {{{ 104 --update-efl 105 }}} 106 107 to the {{{build-webkit}}} command below. 108 109 === Building === 110 111 {{{ 112 WebKit$ ./Tools/Scripts/build-webkit --efl [--update-efl] 96 113 }}} 97 114