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