Changes between Version 125 and Version 126 of BuildingGtk


Ignore:
Timestamp:
Oct 13, 2016 1:18:04 PM (7 years ago)
Author:
mario@webkit.org
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingGtk

    v125 v126  
    6767
    6868Wrapping up the instructions in there a bit, you'd basically have to follow 3 steps (or 2, after the initial setup):
    69   1. Create the chroot and provision it, using the [https://github.com/mariospr/webkit2gtk-ARM/blob/master/bootstrap.sh bootstrap script] provided (only once)
     69  1. Create the chroot and provision it, running the [https://github.com/mariospr/webkit2gtk-ARM/blob/master/bootstrap.sh bootstrap script] provided (only once) as root (or with sudo)
    7070  2. Configure the build as you please, pointing to the [https://github.com/mariospr/webkit2gtk-ARM/blob/master/armv7l-toolchain.cmake CMake Toolchain provided], which you placed somewhere in your disk
    7171{{{
     
    8383        -DENABLE_GLES2=ON \
    8484        -DUSE_LD_GOLD=OFF \
    85         -DUSE_GSTREAMER_GL=ON \
    8685        /path/to/your/WebKit
    8786}}}