diff options
author | Owen Taylor <otaylor@redhat.com> | 2001-04-17 23:21:18 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2001-04-17 23:21:18 +0000 |
commit | 45a37d02357bf5c8d846d308534ab40c50d7c082 (patch) | |
tree | f0920261eaa8ed566236df0ae8dbfdd16973454c /INSTALL | |
parent | eced7172800dd6a5ec5cd5dfca15c4eb80e4b915 (diff) | |
download | gdk-pixbuf-45a37d02357bf5c8d846d308534ab40c50d7c082.tar.gz |
Released 1.3.4GTK_1_3_4
Tue Apr 17 18:05:34 2001 Owen Taylor <otaylor@redhat.com>
* Released 1.3.4
* NEWS: Updated
* gtk/gtktextview.c (gtk_text_view_class_init): Fix to not
use GTK_TYPE_ENUM.
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 26 |
1 files changed, 6 insertions, 20 deletions
@@ -58,11 +58,15 @@ for the XInput extension (mainly used for graphics tablets), and which form of support to use: no : no support - gxi : Use generic XInput support xfree : Use special features in the Wacom drivers in XFree86 3.3.1 and later. + gxi : Use generic XInput support (not recommended) -For more information, follow the link from http://www.gtk.org +The XInput support is not known to work with any other XServer than +XFree86. For more information about XInput, see: + + http://www.gtk.org/~otaylor/xinput/howto/index.html + http://www.lepied.com/xfree86/ * --disable-nls do not use Native Language Support @@ -132,24 +136,6 @@ NLS manually to get GTK+ to compile. You can do this by specifying the --disable-nls flag when configuring GTK+. -Using an uninstalled copy of GLIB [ Unsupported ] -================================================= - -You can compile GTK+ against a copy of GLIB that you have not -yet installed. To do this, give the --with-glib=DIR options -to ./configure. For instance: - - ./configure --with-glib=../glib-1.3.4 - -This, however, will not work if you built GLIB with different -source and build directories. - -It is recommended that you install GLIB before compiling -GTK+. The --with-glib option is not regularly tested -and may not function correctly. In addition, -inter-library dependencies won't be generated when -using --with-glib=. - Installation directories ======================== |