Changes between Version 9 and Version 10 of EFLWebKit


Ignore:
Timestamp:
Jun 17, 2009 2:17:20 PM (15 years ago)
Author:
tonikitoo@gmail.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • EFLWebKit

    v9 v10  
    6363== Build and Install ==
    6464
    65 Like Gtk+ port, EFL port can also be built using autotools (autoconf, automake, libtool):
     65Like Gtk+ port, EFL port can also be built using autotools (autoconf, automake, libtool). This will build a demo browser that uses the EFL port which can be run using the following commands:
    6666
    6767{{{
    6868$ ./autogen.sh --prefix=/path/to/install/directory --disable-video
    6969$ make
     70$ sudo make install
     71$ Programs/EWebLauncher <url>
    7072}}}
    7173
     
    7375
    7476{{{
    75 WebKitInstallationPrefix=/path/to/install/directory WebKitTools/Scripts/build-webkit --efl --makeargs=<-s -jXX> --no-video
    76 }}}
    77 
    78 This will build a demo browser that uses the EFL port in the `Programs/` directory which you can run using the following command:
    79 
    80 {{{
    81 WebKitTools/Scripts/run-launcher --efl
     77WEBKITOUTPUTDIR=<path_to_objdir> WebKitInstallationPrefix=/path/to/install/directory WebKitTools/Scripts/build-webkit --efl --makeargs=<-s -jXX> --no-video
     78WEBKITOUTPUTDIR=<path_to_objdir> WebKitTools/Scripts/run-launcher --efl
     79sudo make install -C <path_to_objdir>/WebKitBuild
    8280}}}
    8381
    8482== Questions, feedback ==
    8583
    86 If you have questions just join #webkit-efl on irc.freenode.net.
     84If you have questions please join #webkit-efl on irc.freenode.net.