]> git.saurik.com Git - wxWidgets.git/blame_incremental - docs/readme.txt
wxHtmlWindow now grabs the focus when clicked on. (Didn't all windows
[wxWidgets.git] / docs / readme.txt
... / ...
CommitLineData
1wxWindows 2.3.3
2---------------
3
4*** Please note that this is an UNSTABLE DEVELOPMENT SNAPSHOT.
5*** Unless you need the new features and bug fixes, you may wish to
6*** use the official 2.2.x stable series.
7
8Welcome to wxWindows 2, a sophisticated cross-platform C++
9framework for writing advanced GUI applications using (where
10possible) the native controls.
11
12In addition to common and advanced GUI facilities such as
13frames, scrolling windows, toolbars, tree controls, icons,
14device contexts, printing, splitter windows and so on, there are
15wrappers for common file operations, and facilities for writing
16TCP/IP applications, thread handling, and more. Where certain
17features are not available on a platform, such as MDI and tree
18controls on Unix, they are emulated.
19
20A detailed 1800-page reference manual is supplied in HTML, PDF
21and Windows Help form: see the docs hierarchy.
22
23For a quick start, point your Web browser at docs/html/index.htm
24for a list of important documents and samples.
25
26Changes in this release
27-----------------------
28
29Please see changes.txt for details.
30
31Platforms supported
32-------------------
33
34wxWindows currently supports the following platforms:
35
36- Windows 95/98/ME, Windows NT, Windows 2000, Windows XP
37- Most Unix variants with GTK+
38- Most Unix variants with X11 (restricted feature set)
39- Most Unix variants with Motif/Lesstif (restricted feature set)
40- MacOS 9.x and 10.x
41- DOS with MGL (beta)
42- OS/2 (alpha)
43
44Most popular C++ compilers are supported; see the install.txt
45file for each platform (available via docs/html/index.htm) for details.
46See also http://www.wxwindows.org/platform.htm.
47
48Files
49-----
50
51The distribution is available in archive formats appropriate to the
52target system. Documentation is available mainly in zip format.
53In the following, x.y.z represents the current version number.
54
55wxWindows for GTK+ distribution
56-------------------------------
57
58wxGTK-x.y.z.tar.gz wxGTK source distribution. You will
59 need the HTML, HTB and/or PDF documentation
60 (see below)
61wxGTK-demos-x.y.z.tar.gz wxGTK demos source
62wxGTK-samples-x.y.z.tar.gz wxGTK samples source
63wxGTK-x.y.z-0.src.rpm wxGTK Linux source as an RPM, without manuals
64wxGTK-x.y.z-0.i386.rpm wxGTK Linux binaries as an RPM, without manuals
65wxGTK-devel-x.y.z-0.i386.rpm wxGTK Linux minimum development system as an RPM
66wxGTK-gl-x.y.z-0.i386.rpm Add-on OpenGL binary as an RPM
67
68wxWindows for X11 and Motif distribution
69----------------------------------------
70
71wxX11-x.y.z.tar.gz wxX11 and wxMotif source distribution, without
72 documentation.
73
74wxWindows for MS Windows distribution
75-------------------------------------
76
77setup.exe, setup-*.bin Setup files in floppy-disk-sized chunks
78wxMSW-x.y.z-setup.zip Zip archive containing the
79 setup files
80wxMSW-x.y.z.zip Zip archive containing all the files that are
81 in the setup distribution
82
83As well as the core source, the wxMSW distribution contains:
84
85- Windows HTML Help versions of the documentation (docs/htmlhelp);
86- a Dialog Editor binary;
87- a Tex2RTF binary;
88- Life! sample binary.
89
90wxWindows for MacOS distribution
91--------------------------------
92
93wxMac-x.y.z.zip Zip archive containing all
94 source files (excludes documentation)
95wxMac-x.y.z.tar.gz Gzipped tar archive containing all
96 source files (excludes documentation).
97 You might prefer this format if building on
98 MacOS X, since it preserves file permissions.
99
100wxWindows for OS/2 distribution
101-------------------------------
102
103wxOS2-x.y.z.zip Zip archive containing all source files
104 (excludes documentation)
105
106Documentation files
107-------------------
108
109wxWindows-x.y.z-WinHelp.zip WinHelp documentation
110wxWindows-x.y.z-PDF.zip Acrobat PDF documentation
111wxWindows-x.y.z-HTML.zip HTML documentation
112wxWindows-x.y.z-HTMLHelp.zip Windows HTML Help documentation
113wxWindows-x.y.z-HTB.zip wxHTML documentation (for
114 use with the helpview utility)
115
116Installation
117------------
118
119wxWindows 2 needs to be compiled before you can test out
120the samples or write your own applications.
121For installation information, please see the install.txt file
122in the individual directories:
123
124 docs/msw
125 docs/gtk
126 docs/motif
127 docs/mac
128 docs/x11
129 docs/mgl
130 docs/os2
131
132Licence information
133-------------------
134
135For licensing information, please see the files:
136
137 docs/preamble.txt
138 docs/licence.txt
139 docs/licendoc.txt
140 docs/gpl.txt
141 docs/lgpl.txt
142
143Although this may seem complex, it is there to allow authors of
144proprietary/commercial applications to use wxWindows in
145addition to those writing GPL'ed applications. In summary,
146the licence is LGPL plus a clause allowing unrestricted
147distribution of application binaries. To answer a FAQ, you
148don't have to distribute any source if you wish to write
149commercial applications using wxWindows.
150
151However, if you distribute wxGTK or wxMotif (with Lesstif) version
152of your application, don't forget that it is linked against
153GTK+ (or Lesstif) which is covered by LGPL *without* exception
154notice. Under Linux systems your app is probably linked
155against LGPL glibc as well. Please read carefully LGPL, section 6.
156which describes conditions for distribution of closed source applications
157linked against LGPL library. Basically you should link dynamically and
158include source code of LGPL libraries with your product (unless it is
159already present in user's system - like glibc usually is).
160If compiled with --enable-odbc (Unix only), wxWindows library will
161contain iODBC library which is covered by LGPL.
162
163If you use TIFF image handler, please see src/tiff/COPYRIGHT
164for libtiff license details.
165
166If you use JPEG image handler, documentation for your program should
167contain following sentence: "This software is based in part on the work of
168the Independent JPEG Group". See src/jpeg/README for details.
169
170If you use wxRegEx class on a system without native regular expressions
171support (i.e. MS Windows), see src/regex/COPYRIGHT file for Henry Spencer's
172regular expression library copyright.
173
174Documentation
175-------------
176
177See docs/html/index.htm for an HTML index of the major documents.
178
179See docs/changes.txt for a summary of changes to wxWindows 2.
180
181See docs/tech for an archive of technical notes.
182
183The wxWindows bug database can be browsed at:
184
185 http://sourceforge.net/bugs/?group_id=9863
186
187The Windows help files are located in docs/winhelp.
188The PDF help files are located in docs/pdf.
189
190Further information
191-------------------
192
193The wxWindows Web site is located at:
194
195 http://www.wxwindows.org
196
197The main wxWindows ftp site is at:
198
199 ftp://biolpc22.york.ac.uk/pub
200
201A wxWindows CD-ROM with the latest distribution plus an HTML
202front-end and hundreds of MB of compilers, utilities and other
203material may be ordered from the CD-ROM page: see the wxWindows
204web site.
205
206Have fun!
207
208The wxWindows Team, September 2002
209