Some installation updates

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10108 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart 2001-05-10 15:13:23 +00:00
parent f204026b42
commit fb1bd1bdd3
4 changed files with 8 additions and 17 deletions

View File

@ -19,7 +19,7 @@
WindowStartMaximized=1 WindowStartMaximized=1
WindowVisible=1 WindowVisible=1
WindowResizable=1 WindowResizable=1
UninstallDisplayName=Uninstall wxWindows UninstallDisplayName=wxWindows 2.3.0
UninstallLogMode=Append UninstallLogMode=Append
DirExistsWarning=auto DirExistsWarning=auto
UninstallFilesDir={app} UninstallFilesDir={app}
@ -28,7 +28,7 @@
CreateAppDir=1 CreateAppDir=1
DisableProgramGroupPage=0 DisableProgramGroupPage=0
AlwaysCreateUninstallIcon=1 AlwaysCreateUninstallIcon=1
UninstallIconName=Uninstall wxWindows UninstallIconName=Uninstall wxWindows 2.3.0
Uninstallable=1 Uninstallable=1
DefaultDirName=c:\wx2 DefaultDirName=c:\wx2
DefaultGroupName=wxWindows 2.3.0 DefaultGroupName=wxWindows 2.3.0

View File

@ -1,7 +1,7 @@
!!! When sending bug reports tell us what version of wxWindows you are !!! When sending bug reports tell us what version of wxWindows you are
using (including the beta) and what compiler on what system. One 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 * The most simple case
----------------------- -----------------------

View File

@ -1,4 +1,4 @@
wxWindows 2.2 for Motif installation wxWindows 2.3 for Motif installation
------------------------------------ ------------------------------------
IMPORTANT NOTE: IMPORTANT NOTE:
@ -11,7 +11,7 @@ IMPORTANT NOTE:
When sending bug reports tell us what version of wxWindows you are When sending bug reports tell us what version of wxWindows you are
using (including the beta) and what compiler on what system. One 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 First steps
----------- -----------

View 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. Windows NT/Windows 2000. This is an official, stable release.
IMPORTANT NOTE: If you experience problems installing, please 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 with the makefiles. See also the demos hierarchy which doesn't
have any BC++ project files yet. 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. 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 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 Note (3): if Watcom can't read the precompiled header when
building a sample, try deleting src\msw\watcom.pch and building a sample, try deleting src\msw\watcom.pch and
compiling the sample again. 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 Metrowerks CodeWarrior compilation
---------------------------------- ----------------------------------