HACKING



automake does not go into glib directory for strange reasons.
I had to run it manually in glib in order to get the
sources from cvs compiled.

[robert@gaston gtk+]$ diff -u HACKING HACKING.new
--- HACKING     Thu Jan  1 19:57:04 1998
+++ HACKING.new Thu Jan  1 23:47:36 1998
@@ -13,6 +13,9 @@
 If you are accessing gtk+ via CVS, then you will need to take several
 steps to get it to compile.  These are:

+       cvsroot/gtk+# cd glib
+       cvsroot/gtk+/glib# aclocal; automake; autoconf
+       cvsroot/gtk+/glib# cd ..
        cvsroot/gtk+# aclocal; automake; autoconf

 The "configure" script will not exist until you take these steps.




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