-wxWindows-x.y.z-WinHelp.zip WinHelp documentation
-wxWindows-x.y.z-PDF.zip Acrobat PDF documentation
-wxWindows-x.y.z-HTML.zip HTML documentation
-wxWindows-x.y.z-HTMLHelp.zip Windows HTML Help documentation
-wxWindows-x.y.z-HTB.zip wxHTML documentation (for
- use with the helpview utility)
+wxWidgets currently supports the following primary platforms:
+
+- Windows 95/98/ME, NT, 2000, XP, Vista, 7
+- Most Unix variants using the GTK+ toolkit (version 2.6 or newer)
+- Mac OS X (10.4 or newer) using either Carbon or Cocoa
+
+There is some support for the following platforms:
+
+- Most Unix variants with X11
+- Most Unix variants with Motif/Lesstif
+- Most Unix variants with GTK+ 1.2
+- Most Unix variants with GTK+ 3 (still in development)
+- OS/2
+- Windows CE (Pocket PC)
+
+Most popular C++ compilers are supported; see the install.txt
+file for each platform (available via docs/html/index.htm) and
+http://wiki.wxwidgets.org/Supported_Platforms for the most up to
+date status.
+
+
+Files
+-----
+
+wxWidgets is distributed in source form in several archive formats.
+ZIP and 7z archives are for Microsoft Windows users and contain the
+files with DOS/Windows line endings while the compressed tar archives
+for Unix systems users (including OS X) and contain the files with
+Unix line endings. Please notice that some Windows tools still don't
+accept files with Unix line endings and that compiling sources with
+DOS line endings under Unix will fail, so please choose the correct
+file for your system.
+
+In addition to the sources, documentation in HTML, CHM and HTB
+(wxWidgets help viewer) formats is provided as well as an installer
+for Microsoft Windows. Notice that you will still need to compile
+wxWidgets even when using the installer.
+
+Experimentally, we also supply binaries of wxMSW libraries built
+with several versions of Microsoft Visual C++ compiler for this
+release. They are available in the "binaries" subdirectory, see
+the description of the files in the README file there.
+