From 0236c5905793f07b51166ad672e400c802a35370 Mon Sep 17 00:00:00 2001 From: Paul Cornett Date: Sun, 16 Mar 2014 16:39:20 +0000 Subject: [PATCH] update for GTK3 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@76153 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/gtk/install.txt | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/docs/gtk/install.txt b/docs/gtk/install.txt index 71a6600710..5a027c1f30 100644 --- a/docs/gtk/install.txt +++ b/docs/gtk/install.txt @@ -11,7 +11,7 @@ IMPORTANT NOTE: When sending bug reports tell us what version of wxWidgets you are using (including the beta) and what compiler on what system. One - example: wxGTK 2.8.0, gcc 3.4.5, Fedora Core 4 + example: wxGTK 3.0.0, GCC 4.8.1, Fedora 19 * The simplest case ------------------- @@ -37,8 +37,8 @@ If you want to remove wxWidgets on Unix you can do this: > make uninstall > ldconfig -Note that by default, GTK+ 2.X is used. GTK+ 1.2 can be specified -with --with-gtk=1. +Note that by default, GTK+ 2.x is used. GTK+ 3 can be specified +with --with-gtk=3. * The expert case ----------------- @@ -80,8 +80,8 @@ pass the appropriate flags when using them. For any configure errors: please look at config.log file which was generated during configure run, it usually contains some useful information. -configure reports, that you don't have GTK+ 1.2/2.0 installed although you are -very sure you have. Well, you have installed it, but you also have another +configure reports, that you don't have GTK+ 1.2/2.0/3.0 installed although you +are very sure you have. Well, you have installed it, but you also have another version of the GTK+ installed, which you may need to remove including other versions of glib (and its headers). Or maybe you installed it in a non-default location and configure can't find it there, so please check that your PATH @@ -250,9 +250,8 @@ if you use all of our SVN repository you have to choose a toolkit. You must do this by running configure with either of: --with-gtk=2 Use the GTK+ 2.0. Default. + --with-gtk=3 Use the GTK+ 3. --with-gtk=1 Use the GTK+ 1.2. - --with-motif Use either Motif or Lesstif - Configure will look for both. The following options handle the kind of library you want to build.