]> git.saurik.com Git - wxWidgets.git/blame - docs/readme.txt
updated version to 2.70.; corrected URLs and updated change log in the announcement...
[wxWidgets.git] / docs / readme.txt
CommitLineData
50c80a59 1wxWidgets 2.7.0
5147354c 2---------------------------------------------------------
41c09d48 3
fc2171bd 4Welcome to wxWidgets, a sophisticated cross-platform C++
5147354c
JS
5framework for writing advanced GUI applications using
6native controls where possible.
2dc5505e 7
940718f0
JS
8In addition to common and advanced GUI facilities such as
9frames, scrolling windows, toolbars, tree controls, icons,
10device contexts, printing, splitter windows and so on, there are
11wrappers for common file operations, and facilities for writing
12TCP/IP applications, thread handling, and more. Where certain
13features are not available on a platform, such as MDI and tree
14controls on Unix, they are emulated.
2dc5505e 15
dcb39c53 16A detailed 2000-page reference manual is supplied in HTML, PDF
940718f0 17and Windows Help form: see the docs hierarchy.
41c09d48 18
940718f0
JS
19For a quick start, point your Web browser at docs/html/index.htm
20for a list of important documents and samples.
7921cf2b 21
ee1aaf99
JS
22Changes in this release
23-----------------------
24
5147354c
JS
25Please see changes.txt and "Changes since 2.4" in the manual
26for details.
ee1aaf99 27
41c09d48 28Platforms supported
c801d85f
KB
29-------------------
30
fc2171bd 31wxWidgets currently supports the following platforms:
41c09d48 32
5147354c
JS
33- Windows 95/98/ME, Windows NT, Windows 2000, Windows XP,
34 Pocket PC, Smartphone
8dfe337a
JS
35- Most Unix variants with GTK+ 1 and GTK+ 2
36- Most Unix variants with X11 (beta)
c4077b34 37- Most Unix variants with Motif/Lesstif
8dfe337a
JS
38- MacOS 9.x and 10.x using Carbon (10.3 and above preferred)
39- MacOS 10.x using Cocoa (beta)
40- OS/2 (beta)
5147354c 41- PalmOS (alpha)
8870c26e 42
9bb3479c
JS
43Most popular C++ compilers are supported; see the install.txt
44file for each platform (available via docs/html/index.htm) for details.
fc2171bd 45See also http://www.wxwidgets.org/platform.htm.
41c09d48 46
50c80a59
VZ
47Note that 2.6 series were the last to fully support GTK+ 1.2, and Mac OS
489/Mac OS 10.2 and below. wxWidgets 2.7 and above focuses on GTK+ 2 and Mac OS
4910.3 and above and compatibility with earlier systems is not guaranteed any
50more.
68346cf9 51
41c09d48
JS
52Files
53-----
54
f6bcfd97 55The distribution is available in archive formats appropriate to the
8dfe337a 56target system. See the download pages for details.
0bc9b25e 57
41c09d48
JS
58Installation
59------------
60
2a3476f2
JS
61wxWidgets needs to be compiled before you can test out the samples
62or write your own applications. For installation information, please
63see the install.txt file in the individual directories:
38d24a39
JS
64
65 docs/msw
66 docs/gtk
67 docs/motif
ab85e6cd 68 docs/mac
2a3476f2 69 docs/cocoa
2c7b88e6
JS
70 docs/x11
71 docs/mgl
4e3ad7c0 72 docs/os2
5147354c 73 docs/palmos
c801d85f 74
2dc5505e 75Licence information
41c09d48
JS
76-------------------
77
78For licensing information, please see the files:
79
80 docs/preamble.txt
81 docs/licence.txt
82 docs/licendoc.txt
83 docs/gpl.txt
84 docs/lgpl.txt
85
2dc5505e 86Although this may seem complex, it is there to allow authors of
5147354c
JS
87proprietary/commercial applications to use wxWidgets in addition
88to those writing GPL'ed applications. In summary, the licence is
89LGPL plus a clause allowing unrestricted distribution of
90application binaries. To answer a FAQ, you don't have to
91distribute any source if you wish to write commercial
92applications using wxWidgets.
93
94However, if you distribute wxGTK or wxMotif (with Lesstif)
95version of your application, don't forget that it is linked
96against GTK+ (or Lesstif) which is covered by LGPL *without*
97exception notice. Under Linux systems your app is probably linked
98against LGPL glibc as well. Please read carefully LGPL, section
996. which describes conditions for distribution of closed source
100applications linked against LGPL library. Basically you should
101link dynamically and include source code of LGPL libraries with
102your product (unless it is already present in user's system -
103like glibc usually is). If compiled with --enable-odbc (Unix
104only), wxWidgets library will contain iODBC library which is
105covered by LGPL.
9922de0b 106
26de8b7d 107If you use TIFF image handler, please see src/tiff/COPYRIGHT
cb128243 108for libtiff licence details.
26de8b7d 109
5147354c
JS
110If you use JPEG image handler, documentation for your program
111should contain following sentence: "This software is based in
112part on the work of the Independent JPEG Group". See
113src/jpeg/README for details.
26de8b7d 114
5147354c
JS
115If you use wxRegEx class on a system without native regular
116expressions support (i.e. MS Windows), see src/regex/COPYRIGHT
117file for Henry Spencer's regular expression library copyright.
a553cb8b 118
cb128243
VS
119If you use wxXML classes or XRC, see src/expat/COPYING for licence details.
120
2dc5505e
JS
121Documentation
122-------------
123
2dc5505e
JS
124See docs/html/index.htm for an HTML index of the major documents.
125
2a3476f2 126See docs/changes.txt for a summary of changes to wxWidgets.
9ba09ba5
JS
127
128See docs/tech for an archive of technical notes.
6adaedf0 129
fc2171bd 130The wxWidgets bug database can be browsed at:
4e3ad7c0
JS
131
132 http://sourceforge.net/bugs/?group_id=9863
133
5147354c
JS
134The Windows HTML Help files are located in docs/htmlhelp.
135The Windows Help files are located in docs/winhelp.
2dc5505e 136The PDF help files are located in docs/pdf.
5147354c 137The HTB (wxWidgets HTML Help) files are located in docs/htb.
2dc5505e
JS
138
139Further information
140-------------------
141
fc2171bd 142The wxWidgets Web site is located at:
2dc5505e 143
fc2171bd 144 http://www.wxwidgets.org
2dc5505e 145
fc2171bd 146The main wxWidgets ftp site is at:
2dc5505e 147
f44b23b6 148 ftp://biolpc22.york.ac.uk/pub
2dc5505e 149
fc2171bd 150A wxWidgets CD-ROM with the latest distribution plus an HTML
2dc5505e 151front-end and hundreds of MB of compilers, utilities and other
fc2171bd 152material may be ordered from the CD-ROM page: see the wxWidgets
ab85e6cd 153web site.
2dc5505e 154
bc00e715 155Have fun!
2dc5505e 156
168e7d95 157The wxWidgets Team, September 2005
41c09d48 158