]> git.saurik.com Git - wxWidgets.git/blame - docs/gtk/readme.txt
__MWERKS__ check now doesn't give compilation error with VC++
[wxWidgets.git] / docs / gtk / readme.txt
CommitLineData
c67d8618
RR
1
2 Welcome to wxWindows/Gtk,
3
6daa0637 4you have downloaded version 1.99 of the GTK+ port of C++ library
c67d8618 5wxWindows. Information on how to install can be found in the
a802c3a1 6file INSTALL.txt, but if you cannot wait, this should work on
c67d8618
RR
7all systems
8
9configure --without-threads
10make
11su (PASSWORD)
12make install
13
a802c3a1
RR
14When you run into problems, please read the INSTALL.txt and
15follow those instructions. If you still don't have any success,
16please send a bug report to one of our mailing lists (see
17my homepage) INCLUDING A DESCRIPTION OF YOUR SYSTEM AND
18YOUR PROBLEM, SUCH AS YOUR VERSION OF GTK, WXGTK, WHAT
19DISTRIBUTION YOU USE AND WHAT ERROR WAS REPORTED. I know
20this has no effect, but I tried...
21
6daa0637
RR
22This is the beta release which means that we have a feature
23freeze. We'll move up to versin 2.0 rather soon and from then
24on there will be no more binary incompatible changes. We might
25add more classes, but none that would alter the behaviour of
26the existing ones. The library produced by the install process
27of the final version will be called libwx_gtk_1_0.a (static)
28and libwx_gtk_1_0.so.2.0.0 (shared) so that once a version
29of wxWindows/Gtk for GTK 1.2 comes out we'll change the name
30of the library to avoid linking problems.
c67d8618
RR
31
32More information is available from my homepage at
33
34 http://wesley.informatik.uni-freiburg.de/~wxxt
35
36Please send problems concerning installation, feature requests,
37bug reports or comments to either the wxGTK mailing list or to
38the wxWindows developers list. Information on how to subscribe
39is available from my homepage.
40
6daa0637
RR
41wxWindows/Gtk doesn't come with any guarantee whatsoever. It might
42crash your harddisk or destroy your monitor. It doesn't claim to be
c67d8618
RR
43suitable for any special purpose.
44
45 Regards,
46
47 Robert Roebling
48
49
50