]> git.saurik.com Git - wxWidgets.git/blame_incremental - docs/readme.txt
Updating wording in description of Skip to be less ambiguous between the default...
[wxWidgets.git] / docs / readme.txt
... / ...
CommitLineData
1wxWidgets 2.6.2
2---------------------------------------------------------
3
4Welcome to wxWidgets, a sophisticated cross-platform C++
5framework for writing advanced GUI applications using
6native controls where possible.
7
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.
15
16A detailed 2000-page reference manual is supplied in HTML, PDF
17and Windows Help form: see the docs hierarchy.
18
19For a quick start, point your Web browser at docs/html/index.htm
20for a list of important documents and samples.
21
22Changes in this release
23-----------------------
24
25Please see changes.txt and "Changes since 2.4" in the manual
26for details.
27
28Platforms supported
29-------------------
30
31wxWidgets currently supports the following platforms:
32
33- Windows 95/98/ME, Windows NT, Windows 2000, Windows XP,
34 Pocket PC, Smartphone
35- Most Unix variants with GTK+ 1 and GTK+ 2
36- Most Unix variants with X11 (beta)
37- Most Unix variants with Motif/Lesstif
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)
41- PalmOS (alpha)
42
43Most popular C++ compilers are supported; see the install.txt
44file for each platform (available via docs/html/index.htm) for details.
45See also http://www.wxwidgets.org/platform.htm.
46
47The 2.6 series is the last to fully support GTK+ 1.2, and Mac OS
489/Mac OS 10.2 and below. wxWidgets 2.7 and above will focus on
49GTK+ 2, and Mac OS 10.3 and above.
50
51Files
52-----
53
54The distribution is available in archive formats appropriate to the
55target system. See the download pages for details.
56
57Installation
58------------
59
60wxWidgets needs to be compiled before you can test out the samples
61or write your own applications. For installation information, please
62see the install.txt file in the individual directories:
63
64 docs/msw
65 docs/gtk
66 docs/motif
67 docs/mac
68 docs/cocoa
69 docs/x11
70 docs/mgl
71 docs/os2
72 docs/palmos
73
74Licence information
75-------------------
76
77For licensing information, please see the files:
78
79 docs/preamble.txt
80 docs/licence.txt
81 docs/licendoc.txt
82 docs/gpl.txt
83 docs/lgpl.txt
84
85Although this may seem complex, it is there to allow authors of
86proprietary/commercial applications to use wxWidgets in addition
87to those writing GPL'ed applications. In summary, the licence is
88LGPL plus a clause allowing unrestricted distribution of
89application binaries. To answer a FAQ, you don't have to
90distribute any source if you wish to write commercial
91applications using wxWidgets.
92
93However, if you distribute wxGTK or wxMotif (with Lesstif)
94version of your application, don't forget that it is linked
95against GTK+ (or Lesstif) which is covered by LGPL *without*
96exception notice. Under Linux systems your app is probably linked
97against LGPL glibc as well. Please read carefully LGPL, section
986. which describes conditions for distribution of closed source
99applications linked against LGPL library. Basically you should
100link dynamically and include source code of LGPL libraries with
101your product (unless it is already present in user's system -
102like glibc usually is). If compiled with --enable-odbc (Unix
103only), wxWidgets library will contain iODBC library which is
104covered by LGPL.
105
106If you use TIFF image handler, please see src/tiff/COPYRIGHT
107for libtiff licence details.
108
109If you use JPEG image handler, documentation for your program
110should contain following sentence: "This software is based in
111part on the work of the Independent JPEG Group". See
112src/jpeg/README for details.
113
114If you use wxRegEx class on a system without native regular
115expressions support (i.e. MS Windows), see src/regex/COPYRIGHT
116file for Henry Spencer's regular expression library copyright.
117
118If you use wxXML classes or XRC, see src/expat/COPYING for licence details.
119
120Documentation
121-------------
122
123See docs/html/index.htm for an HTML index of the major documents.
124
125See docs/changes.txt for a summary of changes to wxWidgets.
126
127See docs/tech for an archive of technical notes.
128
129The wxWidgets bug database can be browsed at:
130
131 http://sourceforge.net/bugs/?group_id=9863
132
133The Windows HTML Help files are located in docs/htmlhelp.
134The Windows Help files are located in docs/winhelp.
135The PDF help files are located in docs/pdf.
136The HTB (wxWidgets HTML Help) files are located in docs/htb.
137
138Further information
139-------------------
140
141The wxWidgets Web site is located at:
142
143 http://www.wxwidgets.org
144
145The main wxWidgets ftp site is at:
146
147 ftp://biolpc22.york.ac.uk/pub
148
149A wxWidgets CD-ROM with the latest distribution plus an HTML
150front-end and hundreds of MB of compilers, utilities and other
151material may be ordered from the CD-ROM page: see the wxWidgets
152web site.
153
154Have fun!
155
156The wxWidgets Team, June 2005
157