diff options
author | Matthias Clasen <mclasen@redhat.com> | 2009-04-07 19:20:53 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2009-04-07 19:20:53 -0400 |
commit | d79a25a0dbb6b9078bb3e963178aa749d0d113c4 (patch) | |
tree | 5931315815082f93f9acb0115af117e80f077782 /HACKING | |
parent | 7e6cd2b31c08a2ab746beeacd86bb0435f1d7342 (diff) | |
download | gtk+-d79a25a0dbb6b9078bb3e963178aa749d0d113c4.tar.gz |
Mention writable git location, too
Diffstat (limited to 'HACKING')
-rw-r--r-- | HACKING | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -32,6 +32,11 @@ gtk+ and glib. You can do the following to get glib and gtk+ from GIT: $ git clone git://git.gnome.org/atk $ git clone git://git.gnome.org/gtk+ +Note: if you plan to push changes to back to the master repository and +have a gnome account, you want to use the following instead: + + $ git clone ssh://<username>@git.gnome.org/git/gtk+ + To compile the GIT version of gtk+ on your system, you will need to take several steps to setup the tree for compilation. You can do all these steps at once by running: |