]>
Commit | Line | Data |
---|---|---|
c67d8618 | 1 | |
88413fec | 2 | Welcome to wxWindows/Gtk 2.1.13 |
2a29700e | 3 | |
510fc784 | 4 | you have downloaded a beta version of the GTK+ 1.2 port of |
e90196a5 RR |
5 | the wxWindows GUI library. Although this is not yet the |
6 | final stable release wxGTK 2.2, the current version has | |
7 | been tested carefully on many systems and has been found | |
8 | to work better than any other previous version. | |
9 | ||
510fc784 | 10 | Nonetheless, beware that minor changes can happen before |
e90196a5 RR |
11 | a final release. |
12 | ||
13 | wxWindows no longer supports GTK 1.0 (as did some early | |
14 | snapshots) so that you will need GTK 1.2 when using it. | |
510fc784 RR |
15 | GTK 1.2.6 is recommended although many programs will work |
16 | with GTK 1.2.3 onwards. | |
8e1e6fac | 17 | |
8710cf5c RR |
18 | More information is available from my homepage at: |
19 | ||
20 | http://wesley.informatik.uni-freiburg.de/~wxxt | |
21 | ||
e90196a5 RR |
22 | and about the wxWindows project as a whole (and the MSW |
23 | and Motif ports in particular) can be found at Julian's | |
24 | homepage at: | |
8710cf5c RR |
25 | |
26 | http://web.ukonline.co.uk/julian.smart/wxwin | |
27 | ||
63852e78 RR |
28 | Information on how to install can be found in the file |
29 | INSTALL.txt, but if you cannot wait, this should work on | |
e90196a5 | 30 | many systems: |
c67d8618 | 31 | |
e90196a5 | 32 | ./configure --with-gtk |
c67d8618 | 33 | make |
034be888 | 34 | su <type root password> |
c67d8618 | 35 | make install |
93b7364e | 36 | ldconfig |
034be888 | 37 | exit |
8710cf5c | 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 |
88413fec | 47 | libwx_gtk.a (static) and libwx_gtk-2.1.so.13.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 |