Changes between Version 64 and Version 65 of EFLWebKit


Ignore:
Timestamp:
Aug 17, 2012 6:40:40 AM (12 years ago)
Author:
dominik.rottsches@intel.com
Comment:

update-efl info

Legend:

Unmodified
Added
Removed
Modified
  • EFLWebKit

    v64 v65  
    9292After 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.
    9393
     94=== Dependencies ===
     95
     96WebKit 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
    9498{{{
    95 WebKit$ ./Tools/Scripts/build-webkit --efl
     99WebKit$ ./Tools/Scripts/update-webkitefl-libs
     100}}}
     101
     102or alternatively by adding the parameter
     103{{{
     104--update-efl
     105}}}
     106
     107to the {{{build-webkit}}} command below.
     108
     109=== Building ===
     110
     111{{{
     112WebKit$ ./Tools/Scripts/build-webkit --efl [--update-efl]
    96113}}}
    97114