Changes between Version 10 and Version 11 of WebKitGTK/StartHacking
- Timestamp:
- Jun 19, 2013, 3:11:14 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WebKitGTK/StartHacking
v10 v11 175 175 176 176 Usually, you would want to rebase your work only when you have completed the task, but be also aware of parallel work that may affect your code. Plan ahead when you'll have a free slot of time in which to rebase and compile again as it will probably take several minutes. 177 178 179 == Hacking guide == 180 181 This is a [wiki:HackingGtk Hacker's guide to WebKit/GTK+]. 177 182 178 183 … … 292 297 293 298 These are [wiki:WebKitGTK/Chroot some tips] regarding the usage of a chroot as working environment. 299 300 Although WebKit working environment and building system is quite self contained, some people like still to work in a `chroot` so they can move the complete environment from a computer to another or from a distribution to a different one without major problems and keeping their own production environment clean and totally independent from WebKit development. 301