Changes between Version 21 and Version 22 of EFLWebKit


Ignore:
Timestamp:
May 14, 2010 3:50:35 PM (14 years ago)
Author:
leandro@profusion.mobi
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • EFLWebKit

    v21 v22  
    8080
    8181== Build and Install ==
    82 ''TODO: merge cmake into trunk and add instructions here''
     82
     83 * Follow the procedures to [[http://webkit.org/building/checkout.html checkout the source code]].
     84 * Create a build directory: {{{webkit$ mkdir build
     85webkit$ cd build
     86build$
     87}}}
     88 * Run CMake: {{{build cmake .. -DPORT=Efl}}}
     89 * Run make: {{{make}}}
     90 * Go grab a coffee, this'll take a while.
     91 * Install the thing: {{{make install}}}
    8392
    8493== Questions, feedback ==