X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=HACKING;h=91dd2156ea0479528492e1bf590e7839dc5cb0b5;hb=afa282f0094576934dd8c20c1498179d70bc70cb;hp=54c2baea8bcd9655aeead7a1d3b9d2b8658e7460;hpb=0dd7155f79407630755764b91bf1baaf7cdf5806;p=~andy%2Fgtk diff --git a/HACKING b/HACKING index 54c2baea8..91dd2156e 100644 --- a/HACKING +++ b/HACKING @@ -17,7 +17,7 @@ can be found here: Information about using git with GNOME can be found here: - http://live.gnome.org/GitMigration + http://live.gnome.org/Git In order to get GIT gtk+ installed on your system, you need to have the most recent GIT versions of glib, pango, and atk installed as well. @@ -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://@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: