]> git.saurik.com Git - wxWidgets.git/blame - docs/gtk/readme.txt
Inside --> Contains
[wxWidgets.git] / docs / gtk / readme.txt
CommitLineData
50c80a59
VZ
1 Welcome to wxWidgets 2.7.0 for GTK+
2 -----------------------------------
c67d8618 3
50c80a59 4You have downloaded version 2.7 of the GTK+ port of the
fc2171bd 5wxWidgets GUI library.
e90196a5 6
c28cb884
RR
7wxWidgets no longer supports GTK 1.0.x (as did some early
8snapshots) and support for GTK 1.2.x will be phased out
9over time. Nearly all work is now done on GTK 2.0.x and
8de699dc
MR
10quite a few of the enhancements of GTK+ 2.4.x and even
11GTK 2.8.x are used.
8e1e6fac 12
c28cb884
RR
13More info about the wxWidgets project (including all the
14other ports and version of wxWidgets) can be found at the
15main wxWidgets homepage at:
8710cf5c 16
50c80a59 17 http://www.wxwidgets.org/
8710cf5c 18
63852e78
RR
19Information on how to install can be found in the file
20INSTALL.txt, but if you cannot wait, this should work on
e90196a5 21many systems:
c67d8618 22
c28cb884
RR
23 mkdir build_gtk
24 cd build_gtk
50c80a59 25 ../configure
7ce4426a
VZ
26 make
27 su <type root password>
28 make install
29 ldconfig
8710cf5c 30
7a1f2d57 31In order to use wxGTK with GTK 1.2 you need to use --with-gtk=1
7ce4426a
VZ
32configure option. To build the library in Unicode mode (all
33strings will be wide strings and so on) you need to configure
7a1f2d57 34with GTK 2.0 and add --enable-unicode.
3fc6e5fa 35
7ce4426a
VZ
36Please note that it is strongly advised to build the library in
37a separate directory, as shown above, as it allows you to have
38different builds of it (for example with and without debug) in
39parallel. If you build in the source directory, don't forget to
40do "make clean" before changing the configuration!
41
42
fc9c7c09 43When you run into problems, please read the INSTALL.txt and
a802c3a1 44follow those instructions. If you still don't have any success,
fc9c7c09
RR
45please send a bug report to one of our mailing list, INCLUDING
46A DESCRIPTION OF YOUR SYSTEM AND YOUR PROBLEM, SUCH AS YOUR
47VERSION OF GTK, WXGTK, WHAT DISTRIBUTION YOU USE AND WHAT ERROR
48WAS REPORTED. I know this has no effect, but I tried...
a802c3a1 49
c67d8618 50Please send problems concerning installation, feature requests,
c28cb884
RR
51bug reports or comments to the wxWidgets users list. These can
52be found at http://www.wxwidgets.org and more specifically at
53http://lists.wxwidgets.org.
c67d8618 54
510fc784
RR
55Do NOT send any comments directly to me.
56
bb955600 57wxWidgets doesn't come with any guarantee whatsoever. It
fc9c7c09
RR
58might crash your harddisk or destroy your monitor. It doesn't
59claim to be suitable for any special or general purpose.
c67d8618
RR
60
61 Regards,
62
63 Robert Roebling
64