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