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