Changes between Version 101 and Version 102 of EFLWebKit


Ignore:
Timestamp:
Jun 13, 2013 9:01:21 AM (11 years ago)
Author:
bfulgham@webkit.org
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • EFLWebKit

    v101 v102  
    104104== Build and Install ==
    105105
    106 The port can be built using !WebKit's [http://www.webkit.org/building/build.html default build-webkit script]. By default, !WebKit will be built in the `WebKitBuild/<release type>` directory, where `<release type>` is either ''Release'' or ''Debug''. To override the default settings, you can set the `WEBKITOUTPUTDIR` environment variable to set a different build location.
     106The port can be built using !WebKit's [http://www.webkit.org/building/build.html default build-webkit script]. By default, !WebKit will be built in the `WebKitBuild/<release type>` directory, where `<release type>` is either ''Release'' or ''Debug''. To override the default settings, you can set the `WEBKIT_OUTPUTDIR` environment variable to set a different build location.
    107107
    108108After having [http://webkit.org/building/checkout.html checked out the source code], run the script, which will take care of calling both CMake and make.