]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/readme.txt
Don't compile socket table if wxUSE_SOCKET is 0.
[wxWidgets.git] / docs / readme.txt
index 11c82410ba755f552d19b12870265ddf95694bbf..a0ea14293fd6c9b2fef7f7cb75d26b172b3ad34b 100644 (file)
@@ -1,4 +1,4 @@
-wxWindows 2.3.2
+wxWindows 2.3.3
 ---------------
 
 *** Please note that this is an UNSTABLE DEVELOPMENT SNAPSHOT.
@@ -33,10 +33,12 @@ Platforms supported
 
 wxWindows 2 currently supports the following platforms:
 
-- Windows 95/98/ME, Windows NT, Windows 2000, Windows XP
+- Windows 95/98/ME, Windows NT, Windows 2000, Windows XP (see msw/winxp.txt)
 - Most Unix variants with Motif/Lesstif
 - Most Unix variants with GTK+
 - MacOS
+- Most Unix variants with X11 (beta)
+- DOS with MGL (beta)
 
 Most popular C++ compilers are supported; see the install.txt
 file for each platform (available via docs/html/index.htm) for details.
@@ -66,8 +68,13 @@ wxGTK-devel-x.y.z-0.i386.rpm       wxGTK Linux minimum development system as an
 wxWindows for Motif distribution
 --------------------------------
 
-wxMotif-x.y.z.tgz                  wxMotif source distribution. Contains
-                                   TIFF, JPEG, Tex2RTF source plus HTML
+wxMotif-x.y.z.tgz                  wxMotif source distribution, without
+                                   documentation.
+
+wxWindows for X11 distribution
+------------------------------
+
+wxX11-x.y.z.tgz                    wxX11 source distribution, without
                                    documentation.
 
 wxWindows for MS Windows distribution
@@ -140,6 +147,8 @@ in the individual directories:
   docs/gtk
   docs/motif
   docs/mac
+  docs/x11
+  docs/mgl
 
 Licence information
 -------------------
@@ -164,9 +173,9 @@ However, if you distribute wxGTK or wxMotif (with Lesstif) version
 of your application, don't forget that it is linked against
 GTK+ (or Lesstif) which is covered by LGPL *without* exception
 notice. Under Linux systems your app is probably linked
-against LGPL glibc as well. Please read carefuly LGPL, section 6.
+against LGPL glibc as well. Please read carefully LGPL, section 6.
 which describes conditions for distribution of closed source applications
-linked against LGPL library. Basically you should link dynamicaly and
+linked against LGPL library. Basically you should link dynamically and
 include source code of LGPL libraries with your product (unless it is
 already present in user's system - like glibc usually is).
 If compiled with --enable-odbc (Unix only), wxWindows library will 
@@ -202,14 +211,9 @@ The wxWindows Web site is located at:
 
   http://www.wxwindows.org
 
-The wxGTK Web site (with further wxGTK-specific files and
-information) is located at:
-
-  http://www.freiburg.linux.de/~wxxt
-
 The main wxWindows ftp site is at:
 
-  ftp://www.remstar.com/pub/wxwin
+  ftp://biolpc22.york.ac.uk/pub
 
 A wxWindows CD-ROM with the latest distribution plus an HTML
 front-end and hundreds of MB of compilers, utilities and other
@@ -218,5 +222,5 @@ web site.
 
 Have fun!
 
-The wxWindows Team, 10th June, 2001
+The wxWindows Team, April 2002