-The distribution is available in archive formats appropriate to the
-target system. Documentation is available mainly in zip format.
-Some add-on libraries (such as the Object Graphics Library) are
-available in zip form only. In the following, x.y.z represents
-the current version number.
-
-wxWindows for GTK distribution
-------------------------------
-
-wxGTK-x.y.z.tgz wxGTK source distribution. You will
- need the HTML, HTB and/or PDF documentation
- (see below)
-wxGTK-demos-x.y.z.tgz wxGTK demos source
-wxGTK-samples-x.y.z.tgz wxGTK samples source
-wxGTK-x.y.z-0.src.rpm wxGTK Linux source as an RPM, without manuals
-wxGTK-x.y.z-0.i386.rpm wxGTK Linux binaries as an RPM, without manuals
-wxGTK-devel-x.y.z-0.i386.rpm wxGTK Linux minimum development system as an RPM
-
-wxWindows for Motif distribution
---------------------------------
-
-wxMotif-x.y.z.tgz wxMotif source distribution. Contains
- TIFF, JPEG, Tex2RTF source plus HTML
- documentation.
-
-wxWindows for MS Windows distribution
--------------------------------------
-
-setup.exe, setup.w* Setup files (Windows 95/98, NT)
- in floppy-disk-sized chunks
-wxMSW-x.y.z-setup.zip Zip archive containing the
- setup files
-wxMSW-x.y.z.zip Zip archive containing all the
- files that are in the setup
- distribution
-
-wxWindows for MacOS distribution
---------------------------------
-
-wxMac-x.y.z.zip Zip archive containing all
- source files (excludes documentation)
-
-As well as the core source, the wxMSW distribution contains:
-
-- Windows HTML Help versions of the documentation (docs/htmlhelp);
-- Object Graphics Library, in contrib/src/ogl;
-- a Dialog Editor binary;
-- a Tex2RTF binary;
-- Life! sample binary;
-- the JPEG library source;
-- the TIFF library source.
-
-Documentation 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.