Changes between Version 110 and Version 111 of EFLWebKit


Ignore:
Timestamp:
Apr 30, 2015 2:02:25 AM (9 years ago)
Author:
Gyuyoung Kim
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • EFLWebKit

    v110 v111  
    7474After 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.
    7575
    76 === Dependencies ===
    77 
    78 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
    79 
    80 {{{
    81 WebKit$ ./Tools/Scripts/update-webkitefl-libs
    82 }}}
    83 
    84 or alternatively by adding the parameter
    85 {{{
    86 --update-efl
    87 }}}
    88 
    89 to the {{{build-webkit}}} command below.
    90 
    9176=== Building ===
    9277
     
    116101WebKit/WebKitBuild/Debug$ make # Build again
    117102}}}
     103
     104
     105=== Dependencies ===
     106
     107WebKit 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
     108
     109{{{
     110WebKit$ Tools/Scripts/build-webkit --efl --update-efl
     111}}}
     112
     113or alternatively by executing update-webkitefl-libs script
     114
     115{{{
     116WebKit$ ./Tools/Scripts/update-webkitefl-libs
     117}}}
     118
    118119
    119120=== Building WebKit faster ===