]> git.saurik.com Git - wxWidgets.git/blame - docs/univ/readme.txt
added wxUniv porting note
[wxWidgets.git] / docs / univ / readme.txt
CommitLineData
2bcdcf7e
VZ
1 wxUniversal README
2 ==================
3
4 Welcome to wxUniversal!
5
6 Acknowledgements: wxUniversal wouldn't have been written without the
7generuous support of SciTech Software. Many thanks to Kendall Benett and
8Tom Ryan!
9
100. Introduction
11---------------
12
13 wxUniversal is a port of wxWindows which implements the various GUI controls
14by drawing them itself (using low level wxWindows classes). Please see
15
16 http://www.wxwindows.org/wxuniv.htm
17
18for more details about it.
19
20 The advantage of wxUniversal is that you have precise control over the
21controls appearance (it is not always possible to change all aspects of the
22native controls) and the theme support: the same program may be changed to
23look completely differently without changing a single line of its code but
24just changing the theme.
25
26 Another advantage is that it makes writing ports of wxWindows for other
27platforms (such as OS/2, BeOS or QNX) much simpler, so it is of special
28interest to the people interested in porting wxWindows to another platform.
29
30 However, wxUniversal doesn't have the 100% native look and feel unlike the
31other wxWindows ports - this is the price to pay for the extra flexibility.
32
331. Requirments and supported platforms
34--------------------------------------
35
36 wxUniversal is used together with another wxWindows port which provides the
37"low level classes" mentioned above. Currently it can be built either with
38wxMSW or wxGTK. In any case, you should download the sources for the
39appropriate toolkit in addition to wxUniversal - in fact, you should download
40them first and then unpack wxUniversal in the same directory.
41
42 The requirments for wxUniversal are the same as for the underlying low level
43toolkit.
44
452. Installing under Win32
46-------------------------
47
48a) Using Visual C++ 6.0
49
50 Simply open the src/wxUniv.dsw file in MSDEV and build it.
51
52b) Cygwin
53
54 Please refer to the Unix section below
55
56c) Other compilers
57
58 Unfortunately we don't have the makefiles for any other compilers yet.
59Please contact us if you would like to help us with creating one for the
60compiler you use.
61
623. Installing under Unix
63------------------------
64
65Please refer to the installation instructions for wxGTK. The only change for
66wxUniversal is that you must add "--enable-univ" switch to the configure
67command line.
68
694. Documentation and support
70----------------------------
71
72 Please note that wxUniversal is not as mature as the other wxWindows ports
73and is currently officially in alpha stage. In particular, it is not really
74intended for the end users but rather for developers at the current stage and
75this is why we don't provide any binaries for it.
76
77 There is no separate documentation for wxUniversal, please refer to wxWindows
78documentation instead.
79
80 Support for wxUniversal is available from the same places as for wxWindows
81itself, namely:
82
83* Usenet newsgroup comp.soft-sys.wxwindows
84
85* Mailing lists: see http://lists.wxwindows.org/ for more information
86
87* WWW page: http://www.wxwindows.org/
88
89
90 Hope you will find wxUniversal useful!
91
92 Vadim Zeitlin
93
94
95This file is accurate for the version 2.3.2 of wxUniversal. It was last
96modified on Dec 11, 2001.
97
98