]> Pileus Git - ~andy/gtk/blob - HACKING
Added HACKING instructions - please revise as necessary
[~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
18 The "configure" script will not exist until you take these steps.
19
20 Before running configure, make sure you have libtool in your path
21
22 Please submit patches to the gtk-list@redhat.com mailing list (you must
23 subscribe before you post, e-mail gtk-list-request@redhat.com with a
24 subject of "subscribe"). All kinds of contributions are accepted. If at
25 all possible, please use CVS to get the latest development version of
26 gtk+; the README file has the CVSROOT information. 
27