@@ -63,10 +63,10 @@ that are also supported by perl's makefile.
6363=back
6464
6565The Microsoft Visual C++ compilers are also now being given away free. They are
66- available as "Visual C++ Toolkit 2003" or "Visual C++ 2005-2015 Express
67- Edition" (and also as part of the ".NET Framework SDK") and are the same
68- compilers that ship with "Visual C++ .NET 2003 Professional" or "Visual C++
69- 2005-2015 Professional" respectively.
66+ available as "Visual C++ Toolkit 2003" or "Visual C++ 2005-2017 Express [or
67+ Community, from 2017] Edition" (and also as part of the ".NET Framework SDK")
68+ and are the same compilers that ship with "Visual C++ .NET 2003 Professional"
69+ or "Visual C++ 2005-2017 Professional" respectively.
7070
7171This port can also be built on IA64/AMD64 using:
7272
@@ -142,9 +142,9 @@ console already set up for your target architecture (x86-32 or x86-64 or IA64).
142142With the newer compilers, you may also use the older batch files if you choose
143143so.
144144
145- =item Microsoft Visual C++ 2008-2015 Express Edition
145+ =item Microsoft Visual C++ 2008-2017 Express/Community Edition
146146
147- These free versions of Visual C++ 2008-2015 Professional contain the same
147+ These free versions of Visual C++ 2008-2017 Professional contain the same
148148compilers and linkers that ship with the full versions, and also contain
149149everything necessary to build Perl, rather than requiring a separate download
150150of the Windows SDK like previous versions did.
@@ -154,14 +154,15 @@ L<http://www.microsoft.com/downloads/search.aspx?displaylang=en>. (Providing ex
154154links to these packages has proven a pointless task because the links keep on
155155changing so often.)
156156
157- Install Visual C++ 2008-2015 Express, then setup your environment using, e.g.
157+ Install Visual C++ 2008-2017 Express/Community, then setup your environment
158+ using, e.g.
158159
159160 C:\Program Files\Microsoft Visual Studio 12.0\Common7\Tools\vsvars32.bat
160161
161162(assuming the default installation location was chosen).
162163
163164Perl should now build using the win32/Makefile. You will need to edit that
164- file to set CCTYPE to one of MSVC90FREE-MSVC140FREE first.
165+ file to set CCTYPE to one of MSVC90FREE-MSVC141FREE first.
165166
166167=item Microsoft Visual C++ 2005 Express Edition
167168
@@ -970,6 +971,6 @@ Win9x support was added in 5.6 (Benjamin Stuhl).
970971
971972Support for 64-bit Windows added in 5.8 (ActiveState Corp).
972973
973- Last updated: 19 February 2017
974+ Last updated: 16 June 2017
974975
975976=cut
0 commit comments