From: Julian Smart Date: Thu, 10 May 2001 15:13:23 +0000 (+0000) Subject: Some installation updates X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/fb1bd1bdd3b80087ce69eee4add05b1d6141986d Some installation updates git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10108 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/distrib/msw/innotop.txt b/distrib/msw/innotop.txt index 6c3011dc19..5ccf24441c 100644 --- a/distrib/msw/innotop.txt +++ b/distrib/msw/innotop.txt @@ -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 diff --git a/docs/gtk/install.txt b/docs/gtk/install.txt index 9c9a1f9cbb..ab54619608 100644 --- a/docs/gtk/install.txt +++ b/docs/gtk/install.txt @@ -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 ----------------------- diff --git a/docs/motif/install.txt b/docs/motif/install.txt index 294b687db6..2709f5d5c1 100644 --- a/docs/motif/install.txt +++ b/docs/motif/install.txt @@ -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 ----------- diff --git a/docs/msw/install.txt b/docs/msw/install.txt index 100b84750d..ed6eb66bab 100644 --- a/docs/msw/install.txt +++ b/docs/msw/install.txt @@ -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 ----------------------------------