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