]> git.saurik.com Git - wxWidgets.git/commitdiff
Some installation updates
authorJulian Smart <julian@anthemion.co.uk>
Thu, 10 May 2001 15:13:23 +0000 (15:13 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Thu, 10 May 2001 15:13:23 +0000 (15:13 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10108 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

distrib/msw/innotop.txt
docs/gtk/install.txt
docs/motif/install.txt
docs/msw/install.txt

index 6c3011dc19940714227f474f66025cdb41f7bbbe..5ccf24441ca845cf9f20ffaa991a1a1742785262 100644 (file)
@@ -19,7 +19,7 @@
     WindowStartMaximized=1
     WindowVisible=1
     WindowResizable=1
-    UninstallDisplayName=Uninstall wxWindows
+    UninstallDisplayName=wxWindows 2.3.0
     UninstallLogMode=Append
     DirExistsWarning=auto
     UninstallFilesDir={app}
@@ -28,7 +28,7 @@
     CreateAppDir=1
     DisableProgramGroupPage=0
     AlwaysCreateUninstallIcon=1
-    UninstallIconName=Uninstall wxWindows
+    UninstallIconName=Uninstall wxWindows 2.3.0
     Uninstallable=1
     DefaultDirName=c:\wx2
     DefaultGroupName=wxWindows 2.3.0
index 9c9a1f9cbb7b15d7fde772860a4a32fab84e6b72..ab546196082b56c01c7a25621b07662e31c14b6a 100644 (file)
@@ -1,7 +1,7 @@
 
   !!! When sending bug reports tell us what version of wxWindows you are 
       using (including the beta) and what compiler on what system. One 
-      example: wxGTK 2.2.0, egcs 1.1.1, Redhat 6.2 !!!
+      example: wxGTK 2.3.0, egcs 1.1.1, Redhat 6.2 !!!
 
 * The most simple case
 -----------------------
index 294b687db67be22d78fa1b24caf1217a1c6dfd97..2709f5d5c1985f57a475d0dd23287e5e1cfcf85d 100644 (file)
@@ -1,4 +1,4 @@
-wxWindows 2.2 for Motif installation
+wxWindows 2.3 for Motif installation
 ------------------------------------
 
 IMPORTANT NOTE:
@@ -11,7 +11,7 @@ IMPORTANT NOTE:
   
   When sending bug reports tell us what version of wxWindows you are 
   using (including the beta) and what compiler on what system. One 
-  example: wxMotif 2.2.0, egcs 1.1.1, Redhat 5.0
+  example: wxMotif 2.3.0, egcs 1.1.1, Redhat 5.0
 
 First steps
 -----------
index 100b84750dd0457789b778e980bb9aee08011a61..ed6eb66bab9705f6fd4e3c0f66ee84ad950c0998 100644 (file)
@@ -1,8 +1,8 @@
 
-Installing wxWindows 2.2
+Installing wxWindows 2.3
 ------------------------
 
-This is wxWindows 2.2 for Microsoft Windows 3.1, 95, 98 and
+This is wxWindows 2.3 for Microsoft Windows 3.1, 95, 98 and
 Windows NT/Windows 2000. This is an official, stable release.
 
 IMPORTANT NOTE: If you experience problems installing, please
@@ -288,7 +288,7 @@ samples, and not all samples. The remaining samples can be made
 with the makefiles. See also the demos hierarchy which doesn't
 have any BC++ project files yet.
 
-Note (2): to make the png, xpm, zlib, jpeg and tiff libraries (needed for
+Note (2): to make the png, zlib, jpeg and tiff libraries (needed for
 some samples) you need to compile them with bc32.ide.
 
 Note (3): the debug version of the wxWindows library is about 40 MB, and the
@@ -412,15 +412,6 @@ Watcom C++.
 Note (3): if Watcom can't read the precompiled header when
 building a sample, try deleting src\msw\watcom.pch and
 compiling the sample again.
-Note (4): if you get _popen_ and _pclose_ link errors, try
-recompiling wxWindows with XPM support disabled in setup.h.
-Alternatively, make sure these lines exist at the top of
-src\xpm\xpmi.h:
-
-// Added by JACS for Watcom C++/wxWindows compilation (no popen/pclose functions)
-#ifdef __WATCOMC__
-#define NO_ZPIPE
-#endif
 
 Metrowerks CodeWarrior compilation
 ----------------------------------