Changes between Version 9 and Version 10 of EFLWebKit
- Timestamp:
- Jun 17, 2009, 2:17:20 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
EFLWebKit
v9 v10 63 63 == Build and Install == 64 64 65 Like Gtk+ port, EFL port can also be built using autotools (autoconf, automake, libtool) :65 Like 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: 66 66 67 67 {{{ 68 68 $ ./autogen.sh --prefix=/path/to/install/directory --disable-video 69 69 $ make 70 $ sudo make install 71 $ Programs/EWebLauncher <url> 70 72 }}} 71 73 … … 73 75 74 76 {{{ 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 77 WEBKITOUTPUTDIR=<path_to_objdir> WebKitInstallationPrefix=/path/to/install/directory WebKitTools/Scripts/build-webkit --efl --makeargs=<-s -jXX> --no-video 78 WEBKITOUTPUTDIR=<path_to_objdir> WebKitTools/Scripts/run-launcher --efl 79 sudo make install -C <path_to_objdir>/WebKitBuild 82 80 }}} 83 81 84 82 == Questions, feedback == 85 83 86 If you have questions justjoin #webkit-efl on irc.freenode.net.84 If you have questions please join #webkit-efl on irc.freenode.net.