]> Pileus Git - ~andy/gtk/blob - HACKING
glib aclocal stuff -timj
[~andy/gtk] / HACKING
1 If you want to hack on the Gtk+ project, it will make you life easier
2 to have the following packages installed:
3
4         - GNU autoconf 2.12
5         - GNU automake 1.2d
6                 Available in ftp://ftp.cygnus.com/pub/tromey
7         - GNU libtool 1.0h
8                 Available in ftp://alpha.gnu.org/gnu/
9
10 These should be available by ftp from prep.ai.mit.edu or any of the
11 fine GNU mirrors.  Beta software can be found at alpha.gnu.org.
12
13 If you are accessing gtk+ via CVS, then you will need to take several
14 steps to get it to compile.  These are:
15
16         cvsroot/gtk+# aclocal; automake; autoconf
17         cvsroot/gtk+/glib# aclocal; automake; autoconf
18
19 The "configure" scripts will not exist until you take these steps.
20 you only need to call "configure" i cvsroot/gtk+ as the one in
21 glib will be invoked automatically.
22
23 Before running configure, make sure you have libtool in your path
24
25 Please submit patches to the gtk-list@redhat.com mailing list (you must
26 subscribe before you post, e-mail gtk-list-request@redhat.com with a
27 subject of "subscribe"). All kinds of contributions are accepted. If at
28 all possible, please use CVS to get the latest development version of
29 gtk+; the README file has the CVSROOT information. 
30