]>
Commit | Line | Data |
---|---|---|
733dac47 JS |
1 | wxWindows 2.1.10 |
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 | ||
24 | These are the major improvements: | |
25 | ||
733dac47 JS |
26 | wxWindows 2.1.10 |
27 | ================ | |
ee1aaf99 | 28 | |
733dac47 JS |
29 | - Numerous bug fixes and consistency improvements. |
30 | - Further samples. | |
31 | - Factoring out of some code into base classes, for easier | |
32 | maintenance. | |
ee1aaf99 JS |
33 | - Integration of wxHTML widget and help controller into |
34 | wxWindows. wxHTML allows HTML viewing and printing. | |
35 | - New classes wxChrono, wxDialUpManager, wxFontEnumerator, | |
733dac47 | 36 | wxWizard, etc. |
ee1aaf99 JS |
37 | - wxSocket and wxThread classes rewritten. |
38 | - Documentation improvements. | |
39 | ||
41c09d48 | 40 | Platforms supported |
c801d85f KB |
41 | ------------------- |
42 | ||
8870c26e | 43 | wxWindows 2 currently supports the following platforms: |
41c09d48 JS |
44 | |
45 | - Windows 3.1, Windows 95/98, Windows NT | |
8870c26e JS |
46 | - Most Unix variants with Motif/Lesstif |
47 | - Most Unix variants with GTK+ | |
733dac47 JS |
48 | - Mac (not covered here: please see the wxWindows web site |
49 | for details) | |
8870c26e JS |
50 | |
51 | Most popular C++ compilers are supported; see the release notes | |
52 | (available via docs/html/index.htm) for details. | |
41c09d48 JS |
53 | |
54 | Files | |
55 | ----- | |
56 | ||
af111fc3 JS |
57 | The distribution is available in a number of formats. |
58 | The most convenient is the platform-specific distribution, | |
59 | but the zip set forms a more complete distribution, for example if | |
60 | you wish to take part in wxWindows development. Also, add-ons | |
61 | such as OGL may only be available in zip form. | |
62 | ||
63 | Zip set | |
64 | ------- | |
65 | ||
41c09d48 JS |
66 | Depending on what you downloaded, you may have one or more of |
67 | these ports. You may unarchive any or all of the ports into | |
68 | the same directory hierarchy. The zip archive set comprises the | |
69 | following: | |
70 | ||
71 | wx200gen.zip Generic source code and samples (required) | |
72 | wx200msw.zip Windows-specific source code | |
73 | wx200mot.zip Motif-specific source code | |
74 | wx200gtk.zip GTK-specific source code | |
0bc9b25e | 75 | wx200stubs.zip Stubs ('empty port') source. Needs |
b69f1bd1 | 76 | wx200gen.zip/tgz. |
41c09d48 JS |
77 | wx200doc.zip Documentation source code (not required) |
78 | wx200hlp.zip WinHelp documentation | |
79 | wx200pdf.zip Acrobat PDF documentation | |
80 | wx200htm.zip HTML documentation | |
33b64e6f JS |
81 | wx200vc.zip MS VC++ 5/6 project files |
82 | wx200bc.zip Borland C++ 5 project files | |
83 | wx200cw.zip Metrowerks CodeWarrior 4.1 project files | |
af111fc3 JS |
84 | jpeg.zip Optional JPEG library |
85 | ogl3.zip Optional Object Graphics Library | |
86 | glcanvas.zip Optional wxGLCanvas class (Motif, GTK, MSW) | |
87 | tex2rtf2.zip Tex2RTF documentation tool | |
c801d85f | 88 | |
af111fc3 JS |
89 | wxWindows for GTK distribution |
90 | ------------------------------ | |
0bc9b25e | 91 | |
ee1aaf99 JS |
92 | wxGTK-2.x.x.tgz wxGTK source distribution. You will |
93 | need the HTML and/or PDF documentation | |
94 | from the zip set (above). | |
af111fc3 JS |
95 | |
96 | wxWindows for Motif distribution | |
97 | -------------------------------- | |
98 | ||
ee1aaf99 JS |
99 | wxMotif-2.x.x.tgz wxMotif source distribution. You will |
100 | need the HTML and/or PDF documentation | |
733dac47 JS |
101 | -- OR -- from the zip set (above). |
102 | ||
103 | wx200gen.zip | |
104 | wx200msw.zip | |
105 | wx200mot.zip | |
106 | jpeg.zip | |
af111fc3 JS |
107 | |
108 | wxWindows for Windows distribution | |
109 | ---------------------------------- | |
110 | ||
ee1aaf99 JS |
111 | As well as the core source, the Windows setup contains: |
112 | ||
113 | - Windows Help versions of the documentation (docs/winhelp); | |
114 | - wxGLCanvas (OpenGL integration, in utils/glcanvas); | |
115 | - OGL 3 (Object Graphics Library, in utils/ogl); | |
116 | - wxTreeLayout (for tree drawing, in utils/wxtree); | |
117 | - a Dialog Editor binary; | |
118 | - the JPEG library. | |
119 | ||
af111fc3 JS |
120 | setup.exe Setup file (Windows 95/98, NT) |
121 | setup.* Other setup files | |
0bc9b25e | 122 | |
41c09d48 JS |
123 | Installation |
124 | ------------ | |
125 | ||
8870c26e | 126 | wxWindows 2 needs to be compiled before you can test out |
41c09d48 JS |
127 | the samples or write your own applications. |
128 | For installation information, please see the install.txt file | |
129 | in the individual directories: | |
38d24a39 JS |
130 | |
131 | docs/msw | |
132 | docs/gtk | |
133 | docs/motif | |
c801d85f | 134 | |
2dc5505e | 135 | Licence information |
41c09d48 JS |
136 | ------------------- |
137 | ||
138 | For licensing information, please see the files: | |
139 | ||
140 | docs/preamble.txt | |
141 | docs/licence.txt | |
142 | docs/licendoc.txt | |
143 | docs/gpl.txt | |
144 | docs/lgpl.txt | |
145 | ||
2dc5505e JS |
146 | Although this may seem complex, it is there to allow authors of |
147 | proprietary/commercial applications to use wxWindows in | |
148 | addition to those writing GPL'ed applications. In summary, | |
149 | the licence is L-GPL plus a clause allowing unrestricted | |
150 | distribution of application binaries. To answer a FAQ, you | |
151 | don't have to distribute any source if you wish to write | |
152 | commercial applications using wxWindows. | |
153 | ||
154 | Documentation | |
155 | ------------- | |
156 | ||
ee1aaf99 | 157 | See docs/changes.txt for a detailed history of changes to wxWindows 2. |
2dc5505e JS |
158 | See docs/html/index.htm for an HTML index of the major documents. |
159 | ||
160 | The Windows help files are located in docs/winhelp. | |
161 | The PDF help files are located in docs/pdf. | |
162 | ||
163 | Further information | |
164 | ------------------- | |
165 | ||
166 | The wxWindows Web site is located at: | |
167 | ||
8870c26e | 168 | http://www.wxwindows.org |
2dc5505e | 169 | |
cba2db0c | 170 | The wxGTK Web site (with further wxGTK-specific files and |
2dc5505e JS |
171 | information) is located at: |
172 | ||
173 | http://www.freiburg.linux.de/~wxxt | |
174 | ||
175 | The main wxWindows ftp site is at: | |
176 | ||
177 | ftp://www.remstar.com/pub/wxwin | |
178 | ||
179 | A wxWindows CD-ROM with the latest distribution plus an HTML | |
180 | front-end and hundreds of MB of compilers, utilities and other | |
af111fc3 JS |
181 | material may be ordered from the CD-ROM page (see the wxWindows |
182 | web site) or contact Julian Smart <julian.smart@ukonline.co.uk>. | |
2dc5505e JS |
183 | |
184 | Good luck! | |
185 | ||
af111fc3 | 186 | The wxWindows Team, November 1999 |
41c09d48 | 187 |