SF.net SVN: geany:[5762] trunk/HACKING

eht16 at users.sourceforge.net eht16 at xxxxx
Sun May 8 15:43:39 UTC 2011


Revision: 5762
          http://geany.svn.sourceforge.net/geany/?rev=5762&view=rev
Author:   eht16
Date:     2011-05-08 15:43:39 +0000 (Sun, 08 May 2011)

Log Message:
-----------
Add note about patching Glade 2.12 to compile it with newer GTK versions.

Modified Paths:
--------------
    trunk/HACKING

Modified: trunk/HACKING
===================================================================
--- trunk/HACKING	2011-05-08 15:07:37 UTC (rev 5761)
+++ trunk/HACKING	2011-05-08 15:43:39 UTC (rev 5762)
@@ -126,6 +126,15 @@
 You can download Glade 2.12.2 here:
 http://download.geany.org/glade-2.12.2.tar.gz
 
+On recent GTK versions, you need a small patch to make it compile.
+You can get the patch from:
+http://download.geany.org/glade-2.12.2-build-fixes.patch
+
+And then simply apply it like so::
+
+    $ /tmp/glade-2.12.2% patch -p1 < glade-2.12.2-build-fixes.patch
+
+
 GTK API documentation
 ---------------------
 The official GTK 2.8 API documentation is not available online anymore,


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Commits mailing list