diff --git a/ChangeLog b/ChangeLog index 405ec78612..f3b1880869 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Tue Oct 28 17:06:17 GMT 2003 Tony Gale + + * docs/faq/gtk-faq.sgml: Update info on compiling GTK+ + Tue Oct 28 10:34:24 2003 Owen Taylor * gtk/gtkwindow.[ch] (gtk_window_is_active, diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 405ec78612..f3b1880869 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,7 @@ +Tue Oct 28 17:06:17 GMT 2003 Tony Gale + + * docs/faq/gtk-faq.sgml: Update info on compiling GTK+ + Tue Oct 28 10:34:24 2003 Owen Taylor * gtk/gtkwindow.[ch] (gtk_window_is_active, diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 405ec78612..f3b1880869 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,7 @@ +Tue Oct 28 17:06:17 GMT 2003 Tony Gale + + * docs/faq/gtk-faq.sgml: Update info on compiling GTK+ + Tue Oct 28 10:34:24 2003 Owen Taylor * gtk/gtkwindow.[ch] (gtk_window_is_active, diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 405ec78612..f3b1880869 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,7 @@ +Tue Oct 28 17:06:17 GMT 2003 Tony Gale + + * docs/faq/gtk-faq.sgml: Update info on compiling GTK+ + Tue Oct 28 10:34:24 2003 Owen Taylor * gtk/gtkwindow.[ch] (gtk_window_is_active, diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 405ec78612..f3b1880869 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,7 @@ +Tue Oct 28 17:06:17 GMT 2003 Tony Gale + + * docs/faq/gtk-faq.sgml: Update info on compiling GTK+ + Tue Oct 28 10:34:24 2003 Owen Taylor * gtk/gtkwindow.[ch] (gtk_window_is_active, diff --git a/docs/faq/gtk-faq.sgml b/docs/faq/gtk-faq.sgml index 5c84a6ffd8..1d71410c45 100644 --- a/docs/faq/gtk-faq.sgml +++ b/docs/faq/gtk-faq.sgml @@ -2,7 +2,7 @@ - September 3rd 2003 + October 28th 2003 GTK+ FAQ @@ -369,10 +369,76 @@ them). -What do I need to run GTK+? +What do I need to compile GTK+? <emphasis>[GTK 2.x]</emphasis> -To compile GTK+, all you need is a C compiler (gcc) and -the X Window System and associated libraries on your system. +GTK+ is a large package that is dependent on a number of other +tools and libraries. It is recommended that you use precompiled +binary packages for your system if possible + +To compile GTK+ from source you need a C compiler (gcc) and +the X Window System and associated development libraries and packages +on your system. + +You will also need to have installed the tools +and libraries that GTK+ depends upon. These are listed below in the order +in which they need to be installed: + + + pkg-config +( +pkg-config Site) + + + GNU make +( +GNU make Site) + + + JPEG, PNG and TIFF image libraries +( +GTK+ Site) + + + FreeType +( +FreeType Site) + + + fontconfig +( +fontconfig Site) + + + GNU libiconv library (if your system doesn't have iconv()) +( +GNU libiconv Site) + + + GNU gettext (if your system doesn't have gettext()) +( +GTK+ Site) + + + GLib +( +GTK+ Site) + + + Pango +( +GTK+ Site) + + + ATK +( +GTK+ Site) + + + GTK+ +( +GTK+ Site) + +