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:
parent
f204026b42
commit
fb1bd1bdd3
@ -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
|
||||
|
@ -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
|
||||
-----------------------
|
||||
|
@ -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
|
||||
-----------
|
||||
|
@ -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
|
||||
----------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user