diff options
author | Mark Spruiell <mes@zeroc.com> | 2008-03-22 07:50:32 -0700 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2008-03-22 07:50:32 -0700 |
commit | 6a518c74fd665cac26d30d785e01f6d0e68cc557 (patch) | |
tree | 2cbf9c7930a86ad64b4ab106edc5644652eac485 /cpp | |
parent | ssl protocol tests are now skipped with mono. (diff) | |
download | ice-6a518c74fd665cac26d30d785e01f6d0e68cc557.tar.bz2 ice-6a518c74fd665cac26d30d785e01f6d0e68cc557.tar.xz ice-6a518c74fd665cac26d30d785e01f6d0e68cc557.zip |
adding note about VS2005 SP1 to INSTALL.WINDOWS
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/INSTALL.WINDOWS | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/cpp/INSTALL.WINDOWS b/cpp/INSTALL.WINDOWS index 9bddd8771dd..b57632dc533 100644 --- a/cpp/INSTALL.WINDOWS +++ b/cpp/INSTALL.WINDOWS @@ -47,14 +47,18 @@ C++ compiler The following C++ compilers are supported: -- Microsoft Visual C++ 2008 (both Professional and Express editions) +- Microsoft Visual C++ 2008 (Professional and Express editions) Visual C++ 2008 Express is available for download from: http://msdn.microsoft.com/vstudio/express/visualc/ -- Microsoft Visual C++ 2005 (both Professional and Express editions) +- Microsoft Visual C++ 2005 SP1 (Professional and Express editions) + Service Pack 1 is available for download from: + + http://msdn2.microsoft.com/en-us/vstudio/bb265237.aspx + Visual C++ 2005 Express is available for download from: http://www.microsoft.com/express/2005/ |