]> git.saurik.com Git - wxWidgets.git/blame - docs/readme.txt
Script updates
[wxWidgets.git] / docs / readme.txt
CommitLineData
dcb39c53 1wxWidgets 2.6.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
JS
46
47Files
48-----
49
f6bcfd97 50The distribution is available in archive formats appropriate to the
8dfe337a 51target system. See the download pages for details.
0bc9b25e 52
41c09d48
JS
53Installation
54------------
55
2a3476f2
JS
56wxWidgets needs to be compiled before you can test out the samples
57or write your own applications. For installation information, please
58see the install.txt file in the individual directories:
38d24a39
JS
59
60 docs/msw
61 docs/gtk
62 docs/motif
ab85e6cd 63 docs/mac
2a3476f2 64 docs/cocoa
2c7b88e6
JS
65 docs/x11
66 docs/mgl
4e3ad7c0 67 docs/os2
5147354c 68 docs/palmos
c801d85f 69
2dc5505e 70Licence information
41c09d48
JS
71-------------------
72
73For licensing information, please see the files:
74
75 docs/preamble.txt
76 docs/licence.txt
77 docs/licendoc.txt
78 docs/gpl.txt
79 docs/lgpl.txt
80
2dc5505e 81Although this may seem complex, it is there to allow authors of
5147354c
JS
82proprietary/commercial applications to use wxWidgets in addition
83to those writing GPL'ed applications. In summary, the licence is
84LGPL plus a clause allowing unrestricted distribution of
85application binaries. To answer a FAQ, you don't have to
86distribute any source if you wish to write commercial
87applications using wxWidgets.
88
89However, if you distribute wxGTK or wxMotif (with Lesstif)
90version of your application, don't forget that it is linked
91against GTK+ (or Lesstif) which is covered by LGPL *without*
92exception notice. Under Linux systems your app is probably linked
93against LGPL glibc as well. Please read carefully LGPL, section
946. which describes conditions for distribution of closed source
95applications linked against LGPL library. Basically you should
96link dynamically and include source code of LGPL libraries with
97your product (unless it is already present in user's system -
98like glibc usually is). If compiled with --enable-odbc (Unix
99only), wxWidgets library will contain iODBC library which is
100covered by LGPL.
9922de0b 101
26de8b7d 102If you use TIFF image handler, please see src/tiff/COPYRIGHT
cb128243 103for libtiff licence details.
26de8b7d 104
5147354c
JS
105If you use JPEG image handler, documentation for your program
106should contain following sentence: "This software is based in
107part on the work of the Independent JPEG Group". See
108src/jpeg/README for details.
26de8b7d 109
5147354c
JS
110If you use wxRegEx class on a system without native regular
111expressions support (i.e. MS Windows), see src/regex/COPYRIGHT
112file for Henry Spencer's regular expression library copyright.
a553cb8b 113
cb128243
VS
114If you use wxXML classes or XRC, see src/expat/COPYING for licence details.
115
2dc5505e
JS
116Documentation
117-------------
118
2dc5505e
JS
119See docs/html/index.htm for an HTML index of the major documents.
120
2a3476f2 121See docs/changes.txt for a summary of changes to wxWidgets.
9ba09ba5
JS
122
123See docs/tech for an archive of technical notes.
6adaedf0 124
fc2171bd 125The wxWidgets bug database can be browsed at:
4e3ad7c0
JS
126
127 http://sourceforge.net/bugs/?group_id=9863
128
5147354c
JS
129The Windows HTML Help files are located in docs/htmlhelp.
130The Windows Help files are located in docs/winhelp.
2dc5505e 131The PDF help files are located in docs/pdf.
5147354c 132The HTB (wxWidgets HTML Help) files are located in docs/htb.
2dc5505e
JS
133
134Further information
135-------------------
136
fc2171bd 137The wxWidgets Web site is located at:
2dc5505e 138
fc2171bd 139 http://www.wxwidgets.org
2dc5505e 140
fc2171bd 141The main wxWidgets ftp site is at:
2dc5505e 142
f44b23b6 143 ftp://biolpc22.york.ac.uk/pub
2dc5505e 144
fc2171bd 145A wxWidgets CD-ROM with the latest distribution plus an HTML
2dc5505e 146front-end and hundreds of MB of compilers, utilities and other
fc2171bd 147material may be ordered from the CD-ROM page: see the wxWidgets
ab85e6cd 148web site.
2dc5505e 149
bc00e715 150Have fun!
2dc5505e 151
8b36c71c 152The wxWidgets Team, April 2005
41c09d48 153