]> git.saurik.com Git - wxWidgets.git/blame - docs/readme.txt
Always add libwxscintilla in monolithic mode.
[wxWidgets.git] / docs / readme.txt
CommitLineData
14b682f7 1 wxWidgets 2.9.5 Release Notes
0e601bf0 2 =============================
41c09d48 3
4b876233
VZ
4Welcome to the latest release of wxWidgets, a free cross-platform C++
5framework for writing advanced GUI applications using native controls.
6
2dc5505e 7
0e601bf0
VZ
8In addition to common and advanced GUI facilities such as frames,
9scrolling windows, toolbars, tree controls, icons, device contexts,
10printing, splitter windows and so on, there are wrappers for common
4b876233
VZ
11file operations, facilities for writing network applications,
12thread handling, and so on. You can learn more about wxWidgets at
13
14 http://www.wxwidgets.org/
15
16
17wxWidgets sources are available for download from
18
14b682f7 19 https://sourceforge.net/projects/wxwindows/files/2.9.5/
4b876233
VZ
20
21or
22
14b682f7 23 ftp://ftp.wxwidgets.org/pub/2.9.5/
4b876233
VZ
24
25Please see the "Files" section below for the description of various
26files available at these locations.
27
0e601bf0
VZ
28
29A detailed reference manual including in-depth overviews for various
30topics is supplied in various formats and can be accessed online at
4b876233 31
14b682f7 32 http://docs.wxwidgets.org/2.9.5/
0e601bf0
VZ
33
34
14b682f7 35Note about naming: while 2.9.5 is called a "development" release,
4b876233
VZ
36this only means that API is not guaranteed to remain unchanged in the
37subsequent 2.9.x releases (although it is still likely that it will),
38unlike in the stable 2.8.x branch. We believe the current version is
39stable and suitable for use in production environment.
2dc5505e 40
41c09d48 41
7921cf2b 42
ee1aaf99
JS
43Changes in this release
44-----------------------
45
0e601bf0
VZ
46This release contains several years worth of improvements compared
47to 2.8 version. Notably, Unicode support has been completely
48overhauled and made much easier to use. Debugging support, including
49when using a release build of the library, was much improved making
50it less likely that you use the library incorrectly. Many new GUI
51and base classes have been added or improved.
52
02de14d2
VZ
53Compared to the previous 2.9.3 release the most important change is
54the addition of new, still experimental, GTK+ 3 support in wxGTK.
55But the main focus of this release is on incremental improvements
56and fixing defects in preparation for 3.0 release. In particular,
57wxOSX/Cocoa port has been significantly improved.
58
0e601bf0
VZ
59Please see the file docs/changes.txt for more details and make sure
60to read the section "Incompatible changes since 2.8" if you upgrade
61from a previous wxWidgets release.
62
63This release introduces many important changes and we are looking
64forward to your feedback about them. In particular please let us
65know about any regressions compared to the previous versions (see
66the section "Bug reporting" below) so that we could fix them before
673.0 release.
68
ee1aaf99 69
41c09d48 70Platforms supported
c801d85f
KB
71-------------------
72
0e601bf0 73wxWidgets currently supports the following primary platforms:
41c09d48 74
0e601bf0 75- Windows 95/98/ME, NT, 2000, XP, Vista, 7
7344108e 76- Most Unix variants using the GTK+ toolkit (version 2.6 or newer)
0e601bf0 77- Mac OS X (10.4 or newer) using either Carbon or Cocoa
68a9f952 78
0e601bf0 79There is some support for the following platforms:
68a9f952
RR
80
81- Most Unix variants with X11
c4077b34 82- Most Unix variants with Motif/Lesstif
68a9f952 83- Most Unix variants with GTK+ 1.2
dc26e984 84- Most Unix variants with GTK+ 3 (still in development)
68a9f952 85- OS/2
0e601bf0 86- Windows CE (Pocket PC)
8870c26e 87
9bb3479c 88Most popular C++ compilers are supported; see the install.txt
0e601bf0
VZ
89file for each platform (available via docs/html/index.htm) and
90http://wiki.wxwidgets.org/Supported_Platforms for the most up to
91date status.
92
41c09d48
JS
93
94Files
95-----
96
4b876233
VZ
97wxWidgets is distributed in source form in several archive formats.
98ZIP and 7z archives are for Microsoft Windows users and contain the
99files with DOS/Windows line endings while the compressed tar archives
100for Unix systems users (including OS X) and contain the files with
101Unix line endings. Please notice that some Windows tools still don't
102accept files with Unix line endings and that compiling sources with
103DOS line endings under Unix will fail, so please choose the correct
104file for your system.
105
106In addition to the sources, documentation in HTML, CHM and HTB
107(wxWidgets help viewer) formats is provided as well as an installer
108for Microsoft Windows. Notice that you will still need to compile
109wxWidgets even when using the installer.
0bc9b25e 110
dfb636ce
VZ
111Experimentally, we also supply binaries of wxMSW libraries built
112with several versions of Microsoft Visual C++ compiler for this
113release. They are available in the "binaries" subdirectory, see
114the description of the files in the README file there.
115
0e601bf0 116
41c09d48
JS
117Installation
118------------
119
2a3476f2
JS
120wxWidgets needs to be compiled before you can test out the samples
121or write your own applications. For installation information, please
0e601bf0
VZ
122see the install.txt file in the docs subdirectory appropriate for
123the platform you use.
124
c801d85f 125
2dc5505e 126Licence information
41c09d48
JS
127-------------------
128
129For licensing information, please see the files:
130
131 docs/preamble.txt
132 docs/licence.txt
133 docs/licendoc.txt
134 docs/gpl.txt
135 docs/lgpl.txt
552be5fd 136 docs/xserver.txt
41c09d48 137
2dc5505e 138Although this may seem complex, it is there to allow authors of
5147354c
JS
139proprietary/commercial applications to use wxWidgets in addition
140to those writing GPL'ed applications. In summary, the licence is
141LGPL plus a clause allowing unrestricted distribution of
142application binaries. To answer a FAQ, you don't have to
143distribute any source if you wish to write commercial
0e601bf0 144applications using wxWidgets.
5147354c
JS
145
146However, if you distribute wxGTK or wxMotif (with Lesstif)
147version of your application, don't forget that it is linked
148against GTK+ (or Lesstif) which is covered by LGPL *without*
149exception notice. Under Linux systems your app is probably linked
150against LGPL glibc as well. Please read carefully LGPL, section
1516. which describes conditions for distribution of closed source
152applications linked against LGPL library. Basically you should
153link dynamically and include source code of LGPL libraries with
154your product (unless it is already present in user's system -
0e601bf0 155like glibc usually is).
9922de0b 156
26de8b7d 157If you use TIFF image handler, please see src/tiff/COPYRIGHT
cb128243 158for libtiff licence details.
26de8b7d 159
5147354c
JS
160If you use JPEG image handler, documentation for your program
161should contain following sentence: "This software is based in
162part on the work of the Independent JPEG Group". See
163src/jpeg/README for details.
26de8b7d 164
5147354c
JS
165If you use wxRegEx class on a system without native regular
166expressions support (i.e. MS Windows), see src/regex/COPYRIGHT
167file for Henry Spencer's regular expression library copyright.
a553cb8b 168
cb128243
VS
169If you use wxXML classes or XRC, see src/expat/COPYING for licence details.
170
0e601bf0 171
2dc5505e
JS
172Documentation
173-------------
174
0e601bf0 175wxWidgets documentation is available online at
14b682f7 176http://docs.wxwidgets.org/2.9.5/ and can also be downloaded in HTML
0e601bf0
VZ
177format. To generate documentation in other formats (PDF, CHM, ...)
178please use the scripts in docs/doxygen directory.
2dc5505e 179
9ba09ba5 180
0e601bf0
VZ
181Bug reporting
182-------------
6adaedf0 183
e5795ba9
VZ
184The wxWidgets bug tracker can be browsed at:
185
186 http://trac.wxwidgets.org/report
187
188Please use the search function of our Trac installation to find
189any possibly relevant bugs before reporting new ones. Also please
d7006f44
VZ
190notice that often trying to correct the bug yourself is the
191quickest way to fix it. Even if you fail to do it, you may
e5795ba9
VZ
192discover valuable information allowing us to fix it while doing
193it. We also give much higher priority to bug reports with patches
194fixing the problems so this ensures that your report will be
195addressed sooner.
4e3ad7c0 196
2dc5505e
JS
197
198Further information
199-------------------
200
fc2171bd 201The wxWidgets Web site is located at:
2dc5505e 202
8563b811 203 http://www.wxwidgets.org/
2dc5505e 204
fc2171bd 205The main wxWidgets ftp site is at:
2dc5505e 206
8563b811 207 ftp://ftp.wxwidgets.org/pub/
2dc5505e 208
fc2171bd 209A wxWidgets CD-ROM with the latest distribution plus an HTML
2dc5505e 210front-end and hundreds of MB of compilers, utilities and other
fc2171bd 211material may be ordered from the CD-ROM page: see the wxWidgets
ab85e6cd 212web site.
2dc5505e 213
bc00e715 214Have fun!
2dc5505e 215
dc26e984 216The wxWidgets Team, July 2012