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