Changes between Version 21 and Version 22 of EFLWebKit
- Timestamp:
- May 14, 2010, 3:50:35 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
EFLWebKit
v21 v22 80 80 81 81 == 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 85 webkit$ cd build 86 build$ 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}}} 83 92 84 93 == Questions, feedback ==