Changes between Version 10 and Version 11 of WebKitGTK/StartHacking


Ignore:
Timestamp:
Jun 19, 2013 3:11:14 PM (11 years ago)
Author:
Andres Gomez
Comment:

Added hacking guide section

Legend:

Unmodified
Added
Removed
Modified
  • WebKitGTK/StartHacking

    v10 v11  
    175175
    176176Usually, 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
     181This is a [wiki:HackingGtk Hacker's guide to WebKit/GTK+].
    177182
    178183
     
    292297
    293298These are [wiki:WebKitGTK/Chroot some tips] regarding the usage of a chroot as working environment.
     299
     300Although 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