+wxWindows 2 currently supports the following platforms:
+
+- Windows 3.1, Windows 95/98, Windows NT
+- Most Unix variants with Motif/Lesstif
+- Most Unix variants with GTK+
+- Mac (not covered here: please see the wxWindows web site
+ for details)
+
+Most popular C++ compilers are supported; see the install.txt
+file for each platform (available via docs/html/index.htm) for details.
+
+Files
+-----
+
+The distribution is available in a number of formats.
+The most convenient is the platform-specific distribution,
+but the zip set forms a more complete distribution, for example if
+you wish to take part in wxWindows development. Also, add-ons
+such as OGL may only be available in zip form.
+
+Zip set
+-------
+
+Depending on what you downloaded, you may have one or more of
+these ports. You may unarchive any or all of the ports into
+the same directory hierarchy. The zip archive set comprises the
+following, where x is the minor version and y the release number:
+
+wx2_x_y_gen.zip Generic source code and samples (required)
+wx2_x_y_msw.zip Windows-specific source code
+wx2_x_y_mot.zip Motif-specific source code
+wx2_x_y_gtk.zip GTK-specific source code
+wx2_x_y_stubs.zip Stubs ('empty port') source. Needs
+ wx2_x_y_gen.zip/tgz.
+wx2_x_y_doc.zip Documentation source code (not required)
+wx2_x_y_hlp.zip WinHelp documentation
+wx2_x_y_pdf.zip Acrobat PDF documentation
+wx2_x_y_htm.zip HTML documentation
+wx2_x_y_vc.zip MS VC++ 5/6 project files
+wx2_x_y_bc.zip Borland C++ 5 project files
+wx2_x_y_cw.zip Metrowerks CodeWarrior 4.1 project files
+jpeg.zip Optional JPEG library
+tiff.zip Optional TIFF library
+ogl3.zip Optional Object Graphics Library
+glcanvas.zip Optional wxGLCanvas class (Motif, GTK, MSW)
+tex2rtf2.zip Tex2RTF documentation tool
+
+wxWindows for GTK distribution
+------------------------------
+
+wxGTK-2.x.y.tgz wxGTK source distribution. You will
+ need the HTML and/or PDF documentation
+ from the zip set (above).
+
+wxWindows for Motif distribution
+--------------------------------
+
+wxMotif-2.x.y.tgz wxMotif source distribution. You will
+ need the HTML and/or PDF documentation
+ -- OR -- from the zip set (above).
+
+wx2_x_y_gen.zip
+wx2_x_y_mot.zip
+jpeg.zip
+
+wxWindows for Windows distribution
+----------------------------------
+
+As well as the core source, the Windows setup contains:
+
+- Windows Help versions of the documentation (docs/winhelp);
+- wxGLCanvas (OpenGL integration, in utils/glcanvas);
+- OGL 3 (Object Graphics Library, in utils/ogl);
+- wxTreeLayout (for tree drawing, in utils/wxtree);
+- a Dialog Editor binary;
+- the JPEG library.
+
+setup.exe Setup file (Windows 95/98, NT)
+setup.* Other setup files
+
+Installation
+------------