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:
committed by
Vadim Zeitlin
parent
0a502cd354
commit
e97bd98e18
@@ -1,9 +1,8 @@
|
||||
Installing wxWidgets for Windows
|
||||
--------------------------------
|
||||
|
||||
This is wxWidgets for Microsoft Windows 9x/ME, Windows NT
|
||||
and later (2000, XP, Vista, 7, 8, etc) including both 32 bit and 64
|
||||
bit versions.
|
||||
This is wxWidgets for Microsoft Windows (XP, Vista, 7, 8, 10, etc)
|
||||
including both 32 bit and 64 bit versions.
|
||||
|
||||
|
||||
Table of Contents:
|
||||
@@ -108,8 +107,8 @@ Microsoft Visual C++ Compilation
|
||||
* From the IDE using the provided project files:
|
||||
|
||||
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
|
||||
respectively).
|
||||
10, 11, 12 and 14 (also known as MSVS 2003, 2005, 2008, 2010, 2012, 2013
|
||||
and 2015 respectively).
|
||||
|
||||
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)
|
||||
|
Reference in New Issue
Block a user