]> git.saurik.com Git - wxWidgets.git/blame_incremental - docs/readme.txt
check for strtok_r() using C++ compiler
[wxWidgets.git] / docs / readme.txt
... / ...
CommitLineData
1wxWindows 2.1.13
2----------------
3
4Welcome to wxWindows 2, a sophisticated cross-platform C++
5framework for writing advanced GUI applications using (where
6possible) the native controls.
7
8In addition to common and advanced GUI facilities such as frames, scrolling
9windows, toolbars, tree controls, icons, device contexts, printing,
10splitter windows and so on, there are wrappers for common file operations,
11and facilities for writing TCP/IP applications, thread handling, and more.
12Where certain features are not available on a platform, such as MDI and
13tree controls on Unix, they are emulated.
14
15A detailed 1100-page reference manual is supplied in HTML, PDF and
16Windows Help form: see the docs hierarchy.
17
18For a quick start, point your Web browser at docs/html/index.htm for a list of
19important documents and samples.
20
21Changes in this release
22-----------------------
23
24Please see changes.txt for details.
25
26Platforms supported
27-------------------
28
29wxWindows 2 currently supports the following platforms:
30
31- Windows 3.1, Windows 95/98, Windows NT
32- Most Unix variants with Motif/Lesstif
33- Most Unix variants with GTK+
34- Mac (not covered here: please see the wxWindows web site
35 for details)
36
37Most popular C++ compilers are supported; see the install.txt
38file for each platform (available via docs/html/index.htm) for details.
39
40Files
41-----
42
43The distribution is available in a number of formats.
44The most convenient is the platform-specific distribution,
45but the zip set forms a more complete distribution, for example if
46you wish to take part in wxWindows development. Also, add-ons
47such as OGL may only be available in zip form.
48
49Zip set
50-------
51
52Depending on what you downloaded, you may have one or more of
53these ports. You may unarchive any or all of the ports into
54the same directory hierarchy. The zip archive set comprises the
55following, where x is the minor version and y the release number:
56
57wx2_x_y_gen.zip Generic source code and samples (required)
58wx2_x_y_msw.zip Windows-specific source code
59wx2_x_y_mot.zip Motif-specific source code
60wx2_x_y_gtk.zip GTK-specific source code
61wx2_x_y_stubs.zip Stubs ('empty port') source. Needs
62 wx2_x_y_gen.zip/tgz.
63wx2_x_y_doc.zip Documentation source code (not required)
64wx2_x_y_hlp.zip WinHelp documentation
65wx2_x_y_pdf.zip Acrobat PDF documentation
66wx2_x_y_htm.zip HTML documentation
67wx2_x_y_vc.zip MS VC++ 5/6 project files
68wx2_x_y_bc.zip Borland C++ 5 project files
69wx2_x_y_cw.zip Metrowerks CodeWarrior 4.1 project files
70jpeg.zip Optional JPEG library
71tiff.zip Optional TIFF library
72ogl3.zip Optional Object Graphics Library
73glcanvas.zip Optional wxGLCanvas class (Motif, GTK, MSW)
74tex2rtf2.zip Tex2RTF documentation tool
75
76wxWindows for GTK distribution
77------------------------------
78
79wxGTK-2.x.y.tgz wxGTK source distribution. You will
80 need the HTML and/or PDF documentation
81 from the zip set (above).
82
83wxWindows for Motif distribution
84--------------------------------
85
86wxMotif-2.x.y.tgz wxMotif source distribution. You will
87 need the HTML and/or PDF documentation
88 -- OR -- from the zip set (above).
89
90wx2_x_y_gen.zip
91wx2_x_y_mot.zip
92jpeg.zip
93
94wxWindows for Windows distribution
95----------------------------------
96
97As well as the core source, the Windows setup contains:
98
99- Windows Help versions of the documentation (docs/winhelp);
100- wxGLCanvas (OpenGL integration, in utils/glcanvas);
101- OGL 3 (Object Graphics Library, in utils/ogl);
102- wxTreeLayout (for tree drawing, in utils/wxtree);
103- a Dialog Editor binary;
104- the JPEG library.
105
106setup.exe Setup file (Windows 95/98, NT)
107setup.* Other setup files
108
109Installation
110------------
111
112wxWindows 2 needs to be compiled before you can test out
113the samples or write your own applications.
114For installation information, please see the install.txt file
115in the individual directories:
116
117 docs/msw
118 docs/gtk
119 docs/motif
120
121Licence information
122-------------------
123
124For licensing information, please see the files:
125
126 docs/preamble.txt
127 docs/licence.txt
128 docs/licendoc.txt
129 docs/gpl.txt
130 docs/lgpl.txt
131
132Although this may seem complex, it is there to allow authors of
133proprietary/commercial applications to use wxWindows in
134addition to those writing GPL'ed applications. In summary,
135the licence is LGPL plus a clause allowing unrestricted
136distribution of application binaries. To answer a FAQ, you
137don't have to distribute any source if you wish to write
138commercial applications using wxWindows.
139
140However, if you distribute wxGTK or wxMotif (with Lesstif) version
141of your application, don't forget that it is linked against
142GTK+ (or Lesstif) which is covered by LGPL *without* exception
143notice. Under Linux systems your app is probably linked
144against LGPL glibc as well. Please read carefuly LGPL, section 6.
145which describes conditions for distribution of closed source applications
146linked against LGPL library. Basically you should link dynamicaly and
147include source code of LGPL libraries with your product (unless it is
148already present in user's system - like glibc usually is).
149If compiled with --enable-odbc (Unix only), wxWindows library will
150contain iODBC library which is covered by LGPL.
151
152If you use TIFF image handler, please see src/tiff/COPYRIGHT
153for libtiff license details.
154
155If you use JPEG image handler, documentation for your program should
156contain following sentence: "This software is based in part on the work of
157the Independent JPEG Group". See src/jpeg/README for details.
158
159
160Documentation
161-------------
162
163See docs/bugs.txt for a bug list: this file is new and will initially
164 be edited by hand, later generated from a web-based bug database.
165
166See docs/html/index.htm for an HTML index of the major documents.
167
168See docs/changes.txt for a detailed history of changes to wxWindows 2
169 (not up-to-date).
170
171The Windows help files are located in docs/winhelp.
172The PDF help files are located in docs/pdf.
173
174Further information
175-------------------
176
177The wxWindows Web site is located at:
178
179 http://www.wxwindows.org
180
181The wxGTK Web site (with further wxGTK-specific files and
182information) is located at:
183
184 http://www.freiburg.linux.de/~wxxt
185
186The main wxWindows ftp site is at:
187
188 ftp://www.remstar.com/pub/wxwin
189
190A wxWindows CD-ROM with the latest distribution plus an HTML
191front-end and hundreds of MB of compilers, utilities and other
192material may be ordered from the CD-ROM page (see the wxWindows
193web site) or contact Julian Smart <julian.smart@ukonline.co.uk>.
194
195Good luck!
196
197The wxWindows Team, February 2000
198