gimp r25188 - trunk



Author: muks
Date: Sun Mar 23 23:21:51 2008
New Revision: 25188
URL: http://svn.gnome.org/viewvc/gimp?rev=25188&view=rev

Log:
2008-03-23  Mukund Sivaraman <muks mukund org>

        * HACKING: Updated section on getting dependencies, as we don't
          want to encourage using deps from svn for building GIMP.



Modified:
   trunk/ChangeLog
   trunk/HACKING

Modified: trunk/HACKING
==============================================================================
--- trunk/HACKING	(original)
+++ trunk/HACKING	Sun Mar 23 23:21:51 2008
@@ -72,31 +72,16 @@
 
 Subversion
 ----------
-GIMP is available from GNOME Subversion. You can also grab glib, pango,
-atk, gtk+, libart, gtkhtml2 as well as intltool and gtk-doc from the
-same Subversion server. You can use the following commands to get them
-from the anonymous Subversion server:
+GIMP is available from GNOME Subversion. You can use the following
+commands to get them from the anonymous Subversion server:
 
-For getting the trunk, use:
+For getting GIMP trunk, use:
 
-    $ svn co http://svn.gnome.org/svn/<module>/trunk <module>
+    $ svn co http://svn.gnome.org/svn/gimp/trunk gimp
 
-For getting a branch, use:
+For getting a GIMP branch, use:
 
-    $ svn co http://svn.gnome.org/svn/<module>/branches/<branch> <module>
-
-
-The interesting modules and the suggested stable branches to use are:
-
-    * gimp
-    * glib        (glib-2-12)
-    * atk         (gnome-2-16)
-    * pango       (pango-1-16)
-    * gtk+        (gtk-2-10)
-    * libart_lgpl
-    * gtkhtml2
-    * intltool
-    * gtk-doc
+    $ svn co http://svn.gnome.org/svn/gimp/branches/<branch> gimp-<branch>
 
 You can read more on using GNOME's Subversion service at these URLs:
 
@@ -104,6 +89,11 @@
     http://svnbook.red-bean.com/
 
 
+You will also need relatively new stable releases of glib, pango, atk,
+gtk+, libart, gtkhtml2, etc. for building GIMP, which you can get as a
+part of recent Linux distribution releases.
+
+
 Patches
 -------
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]