]>
Commit | Line | Data |
---|---|---|
c67d8618 | 1 | |
4b6b4dfc | 2 | Welcome to wxWindows/Gtk 2.3 |
2a29700e | 3 | |
4b6b4dfc | 4 | you have downloaded version 2.3 of the GTK port of the |
f6bcfd97 | 5 | wxWindows GUI library. |
e90196a5 RR |
6 | |
7 | wxWindows no longer supports GTK 1.0 (as did some early | |
8 | snapshots) so that you will need GTK 1.2 when using it. | |
f6bcfd97 | 9 | GTK 1.2.6 or above is recommended although some programs |
3fc6e5fa | 10 | will work with GTK 1.2.3 onwards. There is now support |
010afced | 11 | for GTK 2.0. |
8e1e6fac | 12 | |
010afced | 13 | More info about the wxWindows project (and the Windows |
e90196a5 RR |
14 | and Motif ports in particular) can be found at Julian's |
15 | homepage at: | |
8710cf5c | 16 | |
cc977e5f | 17 | http://www.wxwindows.org |
8710cf5c | 18 | |
63852e78 RR |
19 | Information on how to install can be found in the file |
20 | INSTALL.txt, but if you cannot wait, this should work on | |
e90196a5 | 21 | many systems: |
c67d8618 | 22 | |
e90196a5 | 23 | ./configure --with-gtk |
c67d8618 | 24 | make |
034be888 | 25 | su <type root password> |
c67d8618 | 26 | make install |
93b7364e | 27 | ldconfig |
034be888 | 28 | exit |
8710cf5c | 29 | |
3fc6e5fa RR |
30 | In order to use wxGTK with GTK 2.0 and its unicode |
31 | support, you need to configure | |
32 | ||
33 | ./configure --with-gtk --enable-gtk2 --enable-unicode | |
34 | etc. | |
35 | ||
36 | Sofar, support for GTK 2.0 has only been tested on | |
37 | Linux with glibc 2.2. | |
38 | ||
fc9c7c09 | 39 | When you run into problems, please read the INSTALL.txt and |
a802c3a1 | 40 | follow those instructions. If you still don't have any success, |
fc9c7c09 RR |
41 | please send a bug report to one of our mailing list, INCLUDING |
42 | A DESCRIPTION OF YOUR SYSTEM AND YOUR PROBLEM, SUCH AS YOUR | |
43 | VERSION OF GTK, WXGTK, WHAT DISTRIBUTION YOU USE AND WHAT ERROR | |
44 | WAS REPORTED. I know this has no effect, but I tried... | |
a802c3a1 | 45 | |
8710cf5c | 46 | The library produced by the install process will be called |
f6bcfd97 | 47 | libwx_gtk.a (static) and libwx_gtk-2.2.so.0.0.0 (shared) so |
fc9c7c09 RR |
48 | that once a binary incompatible version of wxWindows/Gtk comes |
49 | out we'll augment the library version number to avoid linking | |
50 | problems. | |
c67d8618 | 51 | |
c67d8618 | 52 | Please send problems concerning installation, feature requests, |
51d55e1c RR |
53 | bug reports or comments to the wxWindows users list. Information |
54 | on how to subscribe is available from my homepage. | |
c67d8618 | 55 | |
510fc784 RR |
56 | Do NOT send any comments directly to me. |
57 | ||
fc9c7c09 RR |
58 | wxWindows/Gtk doesn't come with any guarantee whatsoever. It |
59 | might crash your harddisk or destroy your monitor. It doesn't | |
60 | claim to be suitable for any special or general purpose. | |
c67d8618 RR |
61 | |
62 | Regards, | |
63 | ||
64 | Robert Roebling | |
65 | ||
66 | ||
67 |