54 | | As you may also want to keep track of the official SVN repository, let's do: |
| 54 | First thing you would like to do is installing the base dependencies: |
| 55 | |
| 56 | {{{ |
| 57 | #!sh |
| 58 | $ Tools/gtk/install-dependencies |
| 59 | }}} |
| 60 | |
| 61 | As 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 |
| 66 | Do you want to auto-color status, diff, and branch? (y/n) [Y/n]: y |
| 67 | Do you use a rebase-based workflow? (y=yes; n=no, I use a merge-based workflow) [Y/n]: y |
| 68 | Do you want to append the git branch name to every build? (e.g. WebKitBuild/mybranch/; y/n) [Y/n]: n |
| 69 | Done |
| 70 | }}} |
| 71 | |
| 72 | or, manually: |