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