]>
Commit | Line | Data |
---|---|---|
c67d8618 | 1 | |
a622c152 | 2 | Welcome to wxWindows/Gtk 2.1 snapshot 7, |
2a29700e | 3 | |
034be888 RR |
4 | you have downloaded version 2.1 of the GTK+ 1.2 port of |
5 | the wxWindows GUI library. This is a developers release | |
6 | and is it not suited for production development. Beware | |
8e1e6fac RR |
7 | that major changes can happen before a final release. |
8 | ||
51d55e1c | 9 | Beginning with snapshot 6, wxWindows uses a completely |
8e1e6fac RR |
10 | new make file system on Unix that uses GNU automake, |
11 | GNU autoconf and GNU autoheader. You do not need these | |
12 | programs in order to use the library, but for taking | |
2b62ab35 | 13 | part in its development, they are required. Read the |
51d55e1c RR |
14 | INSTALL.txt file for learning what you can do with the |
15 | new configure/automake/libtool system. | |
8e1e6fac | 16 | |
8710cf5c RR |
17 | More information is available from my homepage at: |
18 | ||
19 | http://wesley.informatik.uni-freiburg.de/~wxxt | |
20 | ||
21 | and about the wxWindows project as a whole (and the | |
22 | Windows and Motif ports in particular) can be found | |
23 | at Julian Smart's homepage at: | |
24 | ||
25 | http://web.ukonline.co.uk/julian.smart/wxwin | |
26 | ||
63852e78 RR |
27 | Information on how to install can be found in the file |
28 | INSTALL.txt, but if you cannot wait, this should work on | |
8a126fcc | 29 | many systems (when using GTK 1.0 read the INSTALL.txt): |
c67d8618 | 30 | |
8710cf5c | 31 | ./configure |
c67d8618 | 32 | make |
034be888 | 33 | su <type root password> |
c67d8618 | 34 | make install |
93b7364e | 35 | ldconfig |
034be888 | 36 | exit |
8710cf5c | 37 | |
a802c3a1 RR |
38 | When you run into problems, please read the INSTALL.txt and |
39 | follow those instructions. If you still don't have any success, | |
40 | please send a bug report to one of our mailing lists (see | |
41 | my homepage) INCLUDING A DESCRIPTION OF YOUR SYSTEM AND | |
42 | YOUR PROBLEM, SUCH AS YOUR VERSION OF GTK, WXGTK, WHAT | |
43 | DISTRIBUTION YOU USE AND WHAT ERROR WAS REPORTED. I know | |
44 | this has no effect, but I tried... | |
45 | ||
8710cf5c | 46 | The library produced by the install process will be called |
8e1e6fac | 47 | libwx_gtk.a (static) and libwx_gtk-2.1.so.0.0.0 (shared) so that |
8710cf5c | 48 | once a binary incompatible version of wxWindows/Gtk comes out |
93b7364e | 49 | we'll augment the library version number to avoid linking problems. |
c67d8618 | 50 | |
c67d8618 | 51 | Please send problems concerning installation, feature requests, |
51d55e1c RR |
52 | bug reports or comments to the wxWindows users list. Information |
53 | on how to subscribe is available from my homepage. | |
c67d8618 | 54 | |
6daa0637 RR |
55 | wxWindows/Gtk doesn't come with any guarantee whatsoever. It might |
56 | crash your harddisk or destroy your monitor. It doesn't claim to be | |
93b7364e | 57 | suitable for any special or general purpose. |
c67d8618 RR |
58 | |
59 | Regards, | |
60 | ||
61 | Robert Roebling | |
62 | ||
63 | ||
64 |