Changes between Version 38 and Version 39 of WebKitGTK/StartHacking


Ignore:
Timestamp:
Mar 7, 2014 10:47:39 AM (10 years ago)
Author:
Andres Gomez
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WebKitGTK/StartHacking

    v38 v39  
    5252}}}
    5353
    54 As you may also want to keep track of the official SVN repository, let's do:
     54First thing you would like to do is installing the base dependencies:
     55
     56{{{
     57#!sh
     58$ Tools/gtk/install-dependencies
     59}}}
     60
     61As you may also want to keep track of the official SVN repository, let's do  (this example shows just my very personal preferences):
     62
     63{{{
     64#!sh
     65$ Tools/Scripts/webkit-patch setup-git-clone
     66Do you want to auto-color status, diff, and branch? (y/n) [Y/n]: y
     67Do you use a rebase-based workflow? (y=yes; n=no, I use a merge-based workflow) [Y/n]: y
     68Do you want to append the git branch name to every build? (e.g. WebKitBuild/mybranch/; y/n) [Y/n]: n
     69Done
     70}}}
     71
     72or, manually:
    5573
    5674{{{
     
    6381
    6482Done! You are ready to start using the code.
    65 
    6683
    6784