Changes between Version 125 and Version 126 of BuildingGtk
- Timestamp:
- Oct 13, 2016, 1:18:04 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingGtk
v125 v126 67 67 68 68 Wrapping 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) 70 70 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 71 71 {{{ … … 83 83 -DENABLE_GLES2=ON \ 84 84 -DUSE_LD_GOLD=OFF \ 85 -DUSE_GSTREAMER_GL=ON \86 85 /path/to/your/WebKit 87 86 }}}