Changes between Version 23 and Version 24 of EFLWebKit


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

--

Legend:

Unmodified
Added
Removed
Modified
  • EFLWebKit

    v23 v24  
    8181== Build and Install ==
    8282
    83  * Follow the procedures to [[http://webkit.org/building/checkout.html checkout the source code]].
    84  * Create a build directory: {{{
     83 * Follow the procedures to [http://webkit.org/building/checkout.html checkout the source code].
     84 * Create a build directory:
     85{{{
    8586webkit$ mkdir build
    8687webkit$ cd build
    8788build$
    8889}}}
    89  * Run CMake: {{{build cmake .. -DPORT=Efl}}}
    90  * Run make: {{{make}}}
    91  * Go grab a coffee, this'll take a while.
    92  * Install the thing: {{{make install}}}
     90 * Run CMake:
     91{{{
     92build cmake .. -DPORT=Efl
     93}}}
     94 * Run make:
     95{{{
     96make
     97}}}
     98 * Go grab some coffee, this'll take a while.
     99 * Install the thing:
     100{{{
     101make install
     102}}}
    93103
    94104== Questions, feedback ==