Update supported Windows and MSVC versions in the documentation.
The current master doesn't support Win9x any more but does support Windows 10 and MSVC 15 and while the platform details page of the manual was already updated to reflect this, the more visible introduction page was not, update it as well. Also update MSW installation instructions in install.txt.
This commit is contained in:
parent
0a502cd354
commit
e97bd98e18
@ -78,10 +78,10 @@ paragraphs, but here are some of the benefits:
|
|||||||
wxWidgets first-tier "ports", ie implementations of wxWidgets API, are:
|
wxWidgets first-tier "ports", ie implementations of wxWidgets API, are:
|
||||||
|
|
||||||
@li wxMSW: This is the native port for Microsoft Windows systems (from Windows
|
@li wxMSW: This is the native port for Microsoft Windows systems (from Windows
|
||||||
95 up to Windows 8.1 with at least Windows XP being recommended), either 32 or
|
XP up to Windows 10), either 32 or 64 bits. The primarily supported compilers
|
||||||
64 bits. The primarily supported compilers are Microsoft Visual C++ (versions 6
|
are Microsoft Visual C++ (versions 2003 up to 2015 are supported, at least 2005
|
||||||
up to 2013 are supported, at least 2005 is recommended) and GNU g++ (either
|
is recommended) and GNU g++ (either from the traditional MinGW, TDM-GCC or
|
||||||
from the traditional MinGW, TDM-GCC or MinGW-w64 distributions).
|
MinGW-w64 distributions).
|
||||||
|
|
||||||
@li wxGTK: wxGTK2 and wxGTK3 are the ports using GTK+ library version 2.x and
|
@li wxGTK: wxGTK2 and wxGTK3 are the ports using GTK+ library version 2.x and
|
||||||
3.x respectively. They are very similar, with wxGTK2 being, however, more
|
3.x respectively. They are very similar, with wxGTK2 being, however, more
|
||||||
|
@ -1,9 +1,8 @@
|
|||||||
Installing wxWidgets for Windows
|
Installing wxWidgets for Windows
|
||||||
--------------------------------
|
--------------------------------
|
||||||
|
|
||||||
This is wxWidgets for Microsoft Windows 9x/ME, Windows NT
|
This is wxWidgets for Microsoft Windows (XP, Vista, 7, 8, 10, etc)
|
||||||
and later (2000, XP, Vista, 7, 8, etc) including both 32 bit and 64
|
including both 32 bit and 64 bit versions.
|
||||||
bit versions.
|
|
||||||
|
|
||||||
|
|
||||||
Table of Contents:
|
Table of Contents:
|
||||||
@ -108,8 +107,8 @@ Microsoft Visual C++ Compilation
|
|||||||
* From the IDE using the provided project files:
|
* From the IDE using the provided project files:
|
||||||
|
|
||||||
Ready to use project files are provided for VC++ versions 7, 8, 9,
|
Ready to use project files are provided for VC++ versions 7, 8, 9,
|
||||||
10, 11 and 12 (also known as MSVS 2003, 2005, 2008, 2010, 2012 and 2013
|
10, 11, 12 and 14 (also known as MSVS 2003, 2005, 2008, 2010, 2012, 2013
|
||||||
respectively).
|
and 2015 respectively).
|
||||||
|
|
||||||
Simply open wx_vcN.sln (for N=7, 8, 9, 10, 11 or 12) file,
|
Simply open wx_vcN.sln (for N=7, 8, 9, 10, 11 or 12) file,
|
||||||
select the appropriate configuration (Debug or Release, static or DLL)
|
select the appropriate configuration (Debug or Release, static or DLL)
|
||||||
|
Loading…
Reference in New Issue
Block a user