]> git.saurik.com Git - wxWidgets.git/blame_incremental - docs/readme.txt
documented wxFileName::SplitPath(), added more obsolescence notes about the functions...
[wxWidgets.git] / docs / readme.txt
... / ...
CommitLineData
1wxWindows 2.3.3
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 1700-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 2 currently supports the following platforms:
35
36- Windows 95/98/ME, Windows NT, Windows 2000, Windows XP (see msw/winxp.txt)
37- Most Unix variants with Motif/Lesstif
38- Most Unix variants with GTK+
39- MacOS
40- Most Unix variants with X11 (beta)
41- DOS with MGL (beta)
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.
52Some add-on libraries (such as the Object Graphics Library) are
53available in zip form only. In the following, x.y.z represents
54the current version number.
55
56wxWindows for GTK distribution
57------------------------------
58
59wxGTK-x.y.z.tgz wxGTK source distribution. You will
60 need the HTML, HTB and/or PDF documentation
61 (see below)
62wxGTK-demos-x.y.z.tgz wxGTK demos source
63wxGTK-samples-x.y.z.tgz wxGTK samples source
64wxGTK-x.y.z-0.src.rpm wxGTK Linux source as an RPM, without manuals
65wxGTK-x.y.z-0.i386.rpm wxGTK Linux binaries as an RPM, without manuals
66wxGTK-devel-x.y.z-0.i386.rpm wxGTK Linux minimum development system as an RPM
67
68wxWindows for Motif distribution
69--------------------------------
70
71wxMotif-x.y.z.tgz wxMotif source distribution, without
72 documentation.
73
74wxWindows for X11 distribution
75------------------------------
76
77wxX11-x.y.z.tgz wxX11 source distribution, without
78 documentation.
79
80wxWindows for MS Windows distribution
81-------------------------------------
82
83setup.exe, setup.w* Setup files (Windows 95/98, NT)
84 in floppy-disk-sized chunks
85wxMSW-x.y.z-setup.zip Zip archive containing the
86 setup files
87wxMSW-x.y.z.zip Zip archive containing all the
88 files that are in the setup
89 distribution
90
91wxWindows for MacOS distribution
92--------------------------------
93
94wxMac-x.y.z.zip Zip archive containing all
95 source files (excludes documentation)
96
97As well as the core source, the wxMSW distribution contains:
98
99- Windows HTML Help versions of the documentation (docs/htmlhelp);
100- Object Graphics Library, in contrib/src/ogl;
101- a Dialog Editor binary;
102- a Tex2RTF binary;
103- Life! sample binary;
104- the JPEG library source;
105- the TIFF library source.
106
107Documentation files
108-------------------
109
110wxWindows-x.y.z-WinHelp.zip WinHelp documentation
111wxWindows-x.y.z-PDF.zip Acrobat PDF documentation
112wxWindows-x.y.z-HTML.zip HTML documentation
113wxWindows-x.y.z-HTMLHelp.zip Windows HTML Help documentation
114wxWindows-x.y.z-HTB.zip wxHTML documentation (for
115 use with the helpview utility)
116wxWindows-x.y.z-Word.zip MS Word documentation (currently,
117 database class documentation only)
118wxWindows-x.y.z-DocSource.zip Documentation source code (not required)
119
120Add-ons
121-------
122
123wxWindows-x.y.z-cw.zip Metrowerks CodeWarrior 4.1 project files
124wxWindows-x.y.z-wat.zip Watcom C++ project files
125wxWindows-x.y.z-vc.zip Visual C++ project files (in wxMSW distr.)
126wxWindows-x.y.z-bc.zip Borland C++ project files (in wxMSW distr.)
127jpeg.zip JPEG library (already included
128 in most distributions)
129tiff.zip TIFF library (already included
130 in most distributions)
131ogl3.zip Optional Object Graphics Library
132mmedia.zip Optional MMedia library (Motif, GTK, MSW)
133stc.zip Optional wxStyledTextCtrl library
134 (Motif, GTK, MSW)
135tex2rtf2.zip Tex2RTF documentation tool
136wxGTK-gl-x.y.z-0.i386.rpm add-on OpenGL binary as an RPM
137
138Installation
139------------
140
141wxWindows 2 needs to be compiled before you can test out
142the samples or write your own applications.
143For installation information, please see the install.txt file
144in the individual directories:
145
146 docs/msw
147 docs/gtk
148 docs/motif
149 docs/mac
150 docs/x11
151 docs/mgl
152
153Licence information
154-------------------
155
156For licensing information, please see the files:
157
158 docs/preamble.txt
159 docs/licence.txt
160 docs/licendoc.txt
161 docs/gpl.txt
162 docs/lgpl.txt
163
164Although this may seem complex, it is there to allow authors of
165proprietary/commercial applications to use wxWindows in
166addition to those writing GPL'ed applications. In summary,
167the licence is LGPL plus a clause allowing unrestricted
168distribution of application binaries. To answer a FAQ, you
169don't have to distribute any source if you wish to write
170commercial applications using wxWindows.
171
172However, if you distribute wxGTK or wxMotif (with Lesstif) version
173of your application, don't forget that it is linked against
174GTK+ (or Lesstif) which is covered by LGPL *without* exception
175notice. Under Linux systems your app is probably linked
176against LGPL glibc as well. Please read carefuly LGPL, section 6.
177which describes conditions for distribution of closed source applications
178linked against LGPL library. Basically you should link dynamicaly and
179include source code of LGPL libraries with your product (unless it is
180already present in user's system - like glibc usually is).
181If compiled with --enable-odbc (Unix only), wxWindows library will
182contain iODBC library which is covered by LGPL.
183
184If you use TIFF image handler, please see src/tiff/COPYRIGHT
185for libtiff license details.
186
187If you use JPEG image handler, documentation for your program should
188contain following sentence: "This software is based in part on the work of
189the Independent JPEG Group". See src/jpeg/README for details.
190
191If you use wxRegEx class on a system without native regular expressions
192support (i.e. MS Windows), see src/regex/COPYRIGHT file for Henry Spencer's
193regular expression library copyright.
194
195Documentation
196-------------
197
198See docs/html/index.htm for an HTML index of the major documents.
199
200See docs/changes.txt for a summary of changes to wxWindows 2.
201
202See docs/tech for an archive of technical notes.
203
204The Windows help files are located in docs/winhelp.
205The PDF help files are located in docs/pdf.
206
207Further information
208-------------------
209
210The wxWindows Web site is located at:
211
212 http://www.wxwindows.org
213
214The main wxWindows ftp site is at:
215
216 ftp://www.remstar.com/pub/wxwin
217
218A wxWindows CD-ROM with the latest distribution plus an HTML
219front-end and hundreds of MB of compilers, utilities and other
220material may be ordered from the CD-ROM page: see the wxWindows
221web site.
222
223Have fun!
224
225The wxWindows Team, April 2002
226