]>
Commit | Line | Data |
---|---|---|
c67d8618 | 1 | |
e9093718 | 2 | Welcome to wxWindows/Gtk 2.1.12 |
2a29700e | 3 | |
034be888 | 4 | you have downloaded version 2.1 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 | ||
10 | Nonetheless, beware that major changes can happen before | |
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. | |
8e1e6fac | 15 | |
ad9edf45 RR |
16 | Beginning with snapshot 9, wxWindows uses a completely |
17 | new make file system on Unix which no longer uses the | |
18 | various GNU tools and I hope that I'll never again have | |
19 | to write any more makefiles. | |
8e1e6fac | 20 | |
8710cf5c RR |
21 | More information is available from my homepage at: |
22 | ||
23 | http://wesley.informatik.uni-freiburg.de/~wxxt | |
24 | ||
e90196a5 RR |
25 | and about the wxWindows project as a whole (and the MSW |
26 | and Motif ports in particular) can be found at Julian's | |
27 | homepage at: | |
8710cf5c RR |
28 | |
29 | http://web.ukonline.co.uk/julian.smart/wxwin | |
30 | ||
63852e78 RR |
31 | Information on how to install can be found in the file |
32 | INSTALL.txt, but if you cannot wait, this should work on | |
e90196a5 | 33 | many systems: |
c67d8618 | 34 | |
e90196a5 | 35 | ./configure --with-gtk |
c67d8618 | 36 | make |
034be888 | 37 | su <type root password> |
c67d8618 | 38 | make install |
93b7364e | 39 | ldconfig |
034be888 | 40 | exit |
8710cf5c | 41 | |
fc9c7c09 | 42 | When you run into problems, please read the INSTALL.txt and |
a802c3a1 | 43 | follow those instructions. If you still don't have any success, |
fc9c7c09 RR |
44 | please send a bug report to one of our mailing list, INCLUDING |
45 | A DESCRIPTION OF YOUR SYSTEM AND YOUR PROBLEM, SUCH AS YOUR | |
46 | VERSION OF GTK, WXGTK, WHAT DISTRIBUTION YOU USE AND WHAT ERROR | |
47 | WAS REPORTED. I know this has no effect, but I tried... | |
a802c3a1 | 48 | |
8710cf5c | 49 | The library produced by the install process will be called |
e9093718 | 50 | libwx_gtk.a (static) and libwx_gtk-2.1.so.12.0.0 (shared) so |
fc9c7c09 RR |
51 | that once a binary incompatible version of wxWindows/Gtk comes |
52 | out we'll augment the library version number to avoid linking | |
53 | problems. | |
c67d8618 | 54 | |
c67d8618 | 55 | Please send problems concerning installation, feature requests, |
51d55e1c RR |
56 | bug reports or comments to the wxWindows users list. Information |
57 | on how to subscribe is available from my homepage. | |
c67d8618 | 58 | |
fc9c7c09 RR |
59 | wxWindows/Gtk doesn't come with any guarantee whatsoever. It |
60 | might crash your harddisk or destroy your monitor. It doesn't | |
61 | claim to be suitable for any special or general purpose. | |
c67d8618 RR |
62 | |
63 | Regards, | |
64 | ||
65 | Robert Roebling | |
66 | ||
67 | ||
68 |