]> git.saurik.com Git - wxWidgets.git/blame - docs/gtk/readme.txt
removed unused variable
[wxWidgets.git] / docs / gtk / readme.txt
CommitLineData
c67d8618 1
7ce4426a 2 Welcome to wxWindows/Gtk 2.5
2a29700e 3
7ce4426a 4You have downloaded version 2.5 of the GTK port of the
f6bcfd97 5wxWindows GUI library.
e90196a5
RR
6
7wxWindows no longer supports GTK 1.0 (as did some early
8snapshots) so that you will need GTK 1.2 when using it.
f6bcfd97 9GTK 1.2.6 or above is recommended although some programs
3fc6e5fa 10will work with GTK 1.2.3 onwards. There is now support
010afced 11for GTK 2.0.
8e1e6fac 12
7ce4426a
VZ
13More info about the wxWindows project (including the
14Windows, X11/Motif and other ports) can be found at the main
15wxWindows homepage at:
8710cf5c 16
7ce4426a 17 http://www.wxwindows.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
7ce4426a
VZ
23 mkdir gtk
24 cd gtk
25 ../configure --with-gtk
26 make
27 su <type root password>
28 make install
29 ldconfig
8710cf5c 30
7ce4426a
VZ
31In order to use wxGTK with GTK 2.0 you need to use --enable-gtk2
32configure option. To build the library in Unicode mode (all
33strings will be wide strings and so on) you need to configure
34with GTK 2.0 and add --enable-unicode.
3fc6e5fa 35
7ce4426a 36Note that so far, support for GTK 2.0 has only been tested on
3fc6e5fa
RR
37Linux with glibc 2.2.
38
7ce4426a
VZ
39
40Please note that it is strongly advised to build the library in
41a separate directory, as shown above, as it allows you to have
42different builds of it (for example with and without debug) in
43parallel. If you build in the source directory, don't forget to
44do "make clean" before changing the configuration!
45
46
fc9c7c09 47When you run into problems, please read the INSTALL.txt and
a802c3a1 48follow those instructions. If you still don't have any success,
fc9c7c09
RR
49please send a bug report to one of our mailing list, INCLUDING
50A DESCRIPTION OF YOUR SYSTEM AND YOUR PROBLEM, SUCH AS YOUR
51VERSION OF GTK, WXGTK, WHAT DISTRIBUTION YOU USE AND WHAT ERROR
52WAS REPORTED. I know this has no effect, but I tried...
a802c3a1 53
8710cf5c 54The library produced by the install process will be called
7ce4426a
VZ
55libwx_gtk.a (static, only buil if --disable-shared configure
56switch was used or if shared libraries are not supported at all
57on your platform which is quite unlikely) and
58libwx_gtk-2.2.so.0.0.0 (shared) so that once a binary
59incompatible version of wxWindows/Gtk comes out we'll augment
60the library version number to avoid linking problems.
c67d8618 61
c67d8618 62Please send problems concerning installation, feature requests,
51d55e1c
RR
63bug reports or comments to the wxWindows users list. Information
64on how to subscribe is available from my homepage.
c67d8618 65
510fc784
RR
66Do NOT send any comments directly to me.
67
fc9c7c09
RR
68wxWindows/Gtk doesn't come with any guarantee whatsoever. It
69might crash your harddisk or destroy your monitor. It doesn't
70claim to be suitable for any special or general purpose.
c67d8618
RR
71
72 Regards,
73
74 Robert Roebling
75
76
77