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