summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index a0e10cc4..12a383da 100644
--- a/README
+++ b/README
@@ -49,7 +49,7 @@ Compilation
This archive contains a single C module called gtkmodule. It contains
an almost direct mapping of the functions in GTK including GTK signal
handling, and the gtk_object_new/gtk_object_set commands. This
-version REQUIRES gtk+-1.1.19 or later, as it includes support for
+version REQUIRES gtk+-1.2.1 or later, as it includes support for
features not found in previous versions, and there are
incompatibilities between versions. Also if you want the GdkImlib
extension, you must have Imlib version 1.8 or greater. I recommend
@@ -64,7 +64,7 @@ To compile gtkmodule, first run "./configure" from the base directory
of the distribution. It requires that you have python in the path,
and python has been installed properly. If python is not in the path,
you could try running "PYTHON=/subdir/python ./configure". This
-should generate Makefile from the files Makefile.pre.in and Setup.in.
+should generate the Makefile from the file Makefile.in.
Now you should be able to run "make" to compile the module. Now you
should install the files. I have provided an install target to the
@@ -89,7 +89,7 @@ is about.
Upgrading
=========
-Note that from version 0.5.0 up, pygtk uses GTK v1.1. Since there
+Note that from version 0.5.0 up, pygtk uses GTK >= 1.1. Since there
were some changes to the API, pygtk has changed accordingly. The main
one that will cause problems is the GtkAcceleratorTable. In this
version, it has been removed and replaced with the GtkAccelGroup.