]>
Commit | Line | Data |
---|---|---|
c67d8618 | 1 | |
a7ac4461 | 2 | Welcome to wxWindows/Gtk 2.01 (beta 5), |
2a29700e | 3 | |
8710cf5c RR |
4 | you have downloaded version 2.01 of the GTK+ 1.0 port of |
5 | the wxWindows GUI library. | |
63852e78 | 6 | |
8710cf5c RR |
7 | More information is available from my homepage at: |
8 | ||
9 | http://wesley.informatik.uni-freiburg.de/~wxxt | |
10 | ||
11 | and about the wxWindows project as a whole (and the | |
12 | Windows and Motif ports in particular) can be found | |
13 | at Julian Smart's homepage at: | |
14 | ||
15 | http://web.ukonline.co.uk/julian.smart/wxwin | |
16 | ||
63852e78 RR |
17 | Information on how to install can be found in the file |
18 | INSTALL.txt, but if you cannot wait, this should work on | |
c67d8618 RR |
19 | all systems |
20 | ||
8710cf5c | 21 | ./configure |
c67d8618 | 22 | make |
c67d8618 | 23 | make install |
8710cf5c RR |
24 | |
25 | Type the following to make the samples | |
26 | ||
27 | make samples | |
28 | ||
29 | To start the samples, change into the directory that | |
30 | corresponds to the sample and your system, e.g on a | |
31 | linux-gnu machine the minimal sample would get started | |
32 | from the wxWindows base dir with | |
33 | ||
34 | ./samples/minimal/linux-gnu/minimal | |
c67d8618 | 35 | |
a802c3a1 RR |
36 | When you run into problems, please read the INSTALL.txt and |
37 | follow those instructions. If you still don't have any success, | |
38 | please send a bug report to one of our mailing lists (see | |
39 | my homepage) INCLUDING A DESCRIPTION OF YOUR SYSTEM AND | |
40 | YOUR PROBLEM, SUCH AS YOUR VERSION OF GTK, WXGTK, WHAT | |
41 | DISTRIBUTION YOU USE AND WHAT ERROR WAS REPORTED. I know | |
42 | this has no effect, but I tried... | |
43 | ||
8710cf5c RR |
44 | The library produced by the install process will be called |
45 | libwx_gtk2.a (static) and libwx_gtk2.so.0.1 (shared) so that | |
46 | once a binary incompatible version of wxWindows/Gtk comes out | |
47 | we'll augment library version number to avoid linking problems. | |
c67d8618 | 48 | |
c67d8618 | 49 | Please send problems concerning installation, feature requests, |
8710cf5c RR |
50 | bug reports or comments to the wxWindows users Information on |
51 | how to subscribe is available from my homepage. | |
c67d8618 | 52 | |
6daa0637 RR |
53 | wxWindows/Gtk doesn't come with any guarantee whatsoever. It might |
54 | crash your harddisk or destroy your monitor. It doesn't claim to be | |
c67d8618 RR |
55 | suitable for any special purpose. |
56 | ||
57 | Regards, | |
58 | ||
59 | Robert Roebling | |
60 | ||
61 | ||
62 |