]> git.saurik.com Git - wxWidgets.git/blame - docs/gtk/readme.txt
fix unsigned/signed warnings
[wxWidgets.git] / docs / gtk / readme.txt
CommitLineData
c67d8618 1
fc2171bd 2 Welcome to wxWidgets/Gtk 2.5
2a29700e 3
7ce4426a 4You have downloaded version 2.5 of the GTK port of the
fc2171bd 5wxWidgets GUI library.
e90196a5 6
fc2171bd 7wxWidgets no longer supports GTK 1.0 (as did some early
e90196a5 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
fc2171bd 13More info about the wxWidgets project (including the
7ce4426a 14Windows, X11/Motif and other ports) can be found at the main
fc2171bd 15wxWidgets homepage at:
8710cf5c 16
fc2171bd 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
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
fc2171bd 59incompatible version of wxWidgets/Gtk comes out we'll augment
7ce4426a 60the library version number to avoid linking problems.
c67d8618 61
c67d8618 62Please send problems concerning installation, feature requests,
fc2171bd 63bug reports or comments to the wxWidgets users list. Information
51d55e1c 64on how to subscribe is available from my homepage.
c67d8618 65
510fc784
RR
66Do NOT send any comments directly to me.
67
fc2171bd 68wxWidgets/Gtk doesn't come with any guarantee whatsoever. It
fc9c7c09
RR
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