Changes between Version 23 and Version 24 of EFLWebKit
- Timestamp:
- May 14, 2010, 3:52:12 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
EFLWebKit
v23 v24 81 81 == Build and Install == 82 82 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 {{{ 85 86 webkit$ mkdir build 86 87 webkit$ cd build 87 88 build$ 88 89 }}} 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 {{{ 92 build cmake .. -DPORT=Efl 93 }}} 94 * Run make: 95 {{{ 96 make 97 }}} 98 * Go grab some coffee, this'll take a while. 99 * Install the thing: 100 {{{ 101 make install 102 }}} 93 103 94 104 == Questions, feedback ==