]> Pileus Git - ~andy/gtk/blob - README
version bump to 1.1.1, binary age 0, interface age 0. pass "gmodule" to
[~andy/gtk] / README
1 General Information
2 ===================
3
4 This is GTK+ version 1.1.2.   GTK+, which stands for the Gimp ToolKit, 
5 is a library for creating graphical user interfaces for the X Window 
6 System. It is designed to be small, efficient, and flexible. GTK+ is 
7 written in C with a very object-oriented approach.
8
9 The official ftp site is:
10   ftp://ftp.gtk.org/pub/gtk
11
12 The official web site is:
13   http://www.gtk.org/
14
15 A mailing list is located at:
16   gtk-list@redhat.com
17
18 To subscribe: mail -s subscribe gtk-list-request@redhat.com < /dev/null
19 (Send mail to gtk-list-request@redhat.com with the subject "subscribe")
20
21 Installation
22 ============
23
24 See the file 'INSTALL'
25
26 How to report bugs
27 ==================
28
29 To report a bug, send mail either to gtk-list, as mentioned
30 above, or to gtk-bugs@gtk.org. If you send mail to gtk-list, you
31 must be subscribed yourself.
32
33 In the mail include:
34
35 * The version of GTK
36
37 * Information about your system. For instance:
38
39    - What operating system and version
40    - What version of X
41    - For Linux, what version of the C library
42
43   And anything else you think is relevant.
44
45 * How to reproduce the bug. 
46
47   If you can reproduce it with the testgtk program that is built 
48   in the gtk/ subdirectory, that will be most convenient.  Otherwise, 
49   please include a short test program that exhibits the behavior. 
50   As a last resort, you can also provide a pointer to a larger piece 
51   of software that can be downloaded.
52
53   (Bugs that can be reproduced within the  GIMP are almost as good 
54   as bugs that can be reproduced in testgtk. If you are reporting a 
55   bug found with the GIMP, please include the version number of the GIMP 
56   you are using)
57
58 * If the bug was a crash, the exact text that was printed out
59   when the crash occured.
60
61 * Further information such as stack traces may be useful, but
62   is not necessary. If you do send a stack trace, and the error
63   is an X error, it will be more useful if the stacktrace
64   is produced running the test program with the --sync command
65   line option.
66
67 Patches
68 =======
69
70 Patches can be uploaded to the incoming/ directory on
71 ftp.gtk.org.  Please follow the instructions there, and include
72 your name and email address in the README file.
73
74 If the patch fixes a bug, it is usually a good idea to include
75 all the information described in "How to Report Bugs".